getLocales method

List<I18nLocale> getLocales()

Return all locales specified in this map

Implementation

List<I18nLocale> getLocales() {
  return _internalMap.keys.toList();
}