InstanceReflection constructor
InstanceReflection(
- Object instance
Implementation
InstanceReflection(this.instance) {
typeMirror = reflectType(instance.runtimeType);
classMirror = reflectClass(instance.runtimeType);
instanceMirror = reflect(instance);
}