getLocales static method

List<Locale> getLocales()

Implementation

static List<Locale> getLocales() {
  return languages.map((e) => e.locale).toList();
}