Localizations constructor

const Localizations(
  1. Locale fallbackLocale,
  2. Set<Language> supportedLanguages,
  3. Set<Locale> supportedLocales,
  4. Map<Locale, Localization> localizations,
)

Creates a new instance of Localizations

Implementation

const Localizations(this.fallbackLocale, this.supportedLanguages, this.supportedLocales, Map<Locale, Localization> localizations) : super(localizations);