json property

String json

The 2-3 letter language code of the language.

Implementation

String get json => _$LanguageEnumMap[this] ?? 'unknown';