allLocales function

Map<String, String> allLocales()

List with al known locales codes and names.

Implementation

Map<String, String> allLocales() {
  return Map.from(_allLocales);
}