toJson returns the string representation of the enum value.
String toJson() => _$MapSourceEnumMap[this] ?? 'CUSTOM';