reflectee property
Object?
get
reflectee
If the InstanceMirror reflects an instance it is meaningful to have a local reference to, we provide access to the actual instance here.
If you access reflectee when hasReflectee is false, an exception is thrown.
Required capabilities: reflectee does not require any capabilities.
Implementation
Object? get reflectee;