getEnum abstract method
Returns the enum with the given name, or null
if this library does not have an enum with the given name.
Implementation
EnumElementImpl? getEnum(String name);
Returns the enum with the given name, or null
if this library does not have an enum with the given name.
EnumElementImpl? getEnum(String name);