EnumReflection<O> constructor

EnumReflection<O>(
  1. Type enumType,
  2. String enumName, [
  3. O? object
])

Implementation

EnumReflection(this.enumType, this.enumName, [this.object]) {
  register();
}