getEnum2 abstract method

  1. @Deprecated('Use getEnum instead')
EnumElement? getEnum2(
  1. String name
)

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

Implementation

@Deprecated('Use getEnum instead')
EnumElement? getEnum2(String name);