EzTranslationsDelegate constructor

EzTranslationsDelegate(
  1. List<Locale> locales
)

Implementation

EzTranslationsDelegate(List<Locale> locales) {
  for (var l in locales) {
    languageCodes.add(l.languageCode);
  }
}