suportedLocales property

List<Locale> suportedLocales

Implementation

List<Locale> get suportedLocales =>
    _localizedStrings?.langs?.keys.map((e) {
      return _getLocale(e);
    }).toList() ??
    [];