DictionaryLanguage constructor
const
DictionaryLanguage({})
Implementation
const DictionaryLanguage({
required super.code,
required super.name,
required super.nativeName,
required super.scriptDirection,
required this.translations,
});