supportedLocales property

List<Locale> supportedLocales

Implementation

List<Locale> get supportedLocales {
  if (path != null) {
    String p = path!;
    L10nLoader._resourceDir = p.endsWith('/') ? p : p + '/';
  }
  return locales;
}