enumerationMap property

Map<String, dynamic>? enumerationMap
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;