supportedLocales property

List<String> get supportedLocales

Returns an unmodifiable list of all currently loaded locale tags.

Implementation

List<String> get supportedLocales => List.unmodifiable(_catalogs.keys);