ClassReflection<O> constructor

ClassReflection<O>(
  1. Type classType,
  2. String className, [
  3. O? object
])

Implementation

ClassReflection(this.classType, this.className, [this.object]) {
  register();
}