dartNames property

Map<String, String> dartNames
final

Maps the name of an enum value to the Dart name we will use for it.

Implementation

final Map<String, String> dartNames = <String, String>{};