supportedLocales property

Iterable<Locale> supportedLocales

Generate the supported locales for the app. This will use at the MaterialAap

Implementation

Iterable<Locale> get supportedLocales =>
    _supportedLanguageCodes.map<Locale>((language) => Locale(language));