toJson method

String toJson()

toJson returns the string representation of the enum value.

Implementation

String toJson() => _$MapSourceEnumMap[this] ?? 'CUSTOM';