getEnum2 abstract method

EnumElement2? getEnum2(
  1. String name
)

Returns the enum defined in this library that has the given name.

Implementation

EnumElement2? getEnum2(String name);