locales property

Map<String, Locale> locales
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;