languages property
latefinal
Used to fetch a language by its locale tag with constant time performance. Initialised with populateLanguages at startup.
Implementation
late final Map<String, Language> languages;
Used to fetch a language by its locale tag with constant time performance. Initialised with populateLanguages at startup.
late final Map<String, Language> languages;