in python, there is a built-in function called dir which displays all properties and methods of the specified object so is there a function like that in Dart if it's what is called?
and also in python, there is another function called type which displays the type of the argument you give so is there a function like that in Dart also?