getEnum2 abstract method
Returns the enum defined in this library that has the given name
.
Implementation
@Deprecated('Use getEnum instead')
EnumElement? getEnum2(String name);
Returns the enum defined in this library that has the given name
.
@Deprecated('Use getEnum instead')
EnumElement? getEnum2(String name);