locales property

List<Locale> locales

Implementation

List<Locale> get locales =>
    supportedLanguages.map((lang) => lang.locale).toList();