dictionaryLanguage method

DictionaryLanguage? dictionaryLanguage(
  1. String code
)

Implementation

DictionaryLanguage? dictionaryLanguage(String code) =>
    dictionary?.where((e) => e.code == code).firstOrNull;