getEnumValueName property
The function to use to get the names of the individual enum values.
If getEnumValueName is null
, then T.name
will be used.
Implementation
final String Function(T? value)? getEnumValueName;
The function to use to get the names of the individual enum values.
If getEnumValueName is null
, then T.name
will be used.
final String Function(T? value)? getEnumValueName;