Maps the name of an enum value to the Dart name we will use for it.
final Map<String, String> dartNames = <String, String>{};