ReflectedInstance constructor

const ReflectedInstance(
  1. ReflectedType? type,
  2. ReflectedClass clazz,
  3. Object? reflectee
)

Implementation

const ReflectedInstance(this.type, this.clazz, this.reflectee);