getEnum abstract method

EnumElement? getEnum(
  1. String name
)

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

Implementation

EnumElement? getEnum(String name);