locales property
latefinal
Used to fetch an app locale by its locale tag with constant time performance. Initialised with populateLocales at startup.
Implementation
late final Map<String, Locale> locales;
Used to fetch an app locale by its locale tag with constant time performance. Initialised with populateLocales at startup.
late final Map<String, Locale> locales;