isInstance static method
Returns whether the specified object is an instance of the specified class.
classMirror- the classinstance- the object
Implementation
static bool isInstance(ClassMirror classMirror, instance)
=> isAssignableFrom(classMirror, reflect(instance).type);