name property

  1. @override
String name
final

The name of the enumerated value. This should match the name of the static getter which provides access to this enumerated value.

Implementation

@override
final String name;