allLocales property

Iterable<Locale> allLocales

Implementation

Iterable<Locale> get allLocales =>
    metaLocalizations.expand((element) => element.locales);