enumerationMap property Null safety
final
For enumerated types, this is a map of the name of the option to its Dart enum type.
Implementation
final Map<String, dynamic> enumerationMap;
For enumerated types, this is a map of the name of the option to its Dart enum type.
final Map<String, dynamic> enumerationMap;