kLocales top-level property

Iterable<Locale> kLocales
final

Implementation

final kLocales = kCountryLanguageCodes.entries.map((e) {
  return Locale(e.value.split("_").first, e.key);
});