TranslationsStore constructor
- Iterable<
MapEntry< translations = const [],String, PackTranslation> > - String? getLocale() = getDefaultLocale,
Implementation
TranslationsStore({
Iterable<MapEntry<String, PackTranslation>> translations = const [],
this.getLocale = getDefaultLocale,
}) : translations = Map.fromEntries(translations);