supportedLocales property

Iterable<Locale> get supportedLocales

Retrieves the list of supported locales by mapping them from the LocalizationProvider.

Implementation

Iterable<Locale> get supportedLocales =>
    LocalizationProvider.of(this).supportedLocales.map((e) => e.locale);