toJson method

String toJson()

toJson returns the string representation of the enum value.

Implementation

String toJson() => _$PackageLanguageEnumMap[this] ?? 'UNKNOWN';