LocaleInfo constructor

const LocaleInfo(
  1. String localeTag, {
  2. String? translatedLocale,
  3. String? translatedLanguage,
  4. String? translatedRegion,
})

Implementation

const LocaleInfo(this.localeTag,
    {this.translatedLocale, this.translatedLanguage, this.translatedRegion});