nativeLocaleNames property

Map<String, String> nativeLocaleNames

Returns a Map of locale codes to their native locale name.

Implementation

static Map<String, String> get nativeLocaleNames => all_native_names;