Returns true if this reflector has capabilities for the given instance.
@override bool canReflect(Object reflectee) { return data[this]?.classMirrorForInstance(reflectee) != null; }