supportedLocales property

List<String> get supportedLocales

Implementation

List<String> get supportedLocales => supportedLocalizationFiles.map((e) => e.extractLocale).toList();