getLocales method
Return all locales specified in this map
Implementation
List<I18nLocale> getLocales() {
return _internalMap.keys.toList();
}
Return all locales specified in this map
List<I18nLocale> getLocales() {
return _internalMap.keys.toList();
}