menu
reflection_factory package
documentation
builder.dart
EnumReflection<O>
EnumReflection constructor
EnumReflection constructor
dark_mode
light_mode
EnumReflection<
O
>
constructor
EnumReflection<
O
>
(
Type
enumType
,
String
enumName
, [
O?
object
])
Implementation
EnumReflection(this.enumType, this.enumName, [this.object]) { register(); }
reflection_factory package
documentation
builder
EnumReflection<O>
EnumReflection constructor
EnumReflection class