ILocaleValues constructor

ILocaleValues(
  1. ILocale enUs_,
  2. ILocale enCa_,
  3. ILocale enGb_,
  4. ILocale enAu_,
  5. ILocale enNz_,
  6. ILocale frCa_,
  7. ILocale frFr_,
)

Implementation

ILocaleValues(this.enUs_,
    this.enCa_,
    this.enGb_,
    this.enAu_,
    this.enNz_,
    this.frCa_,
    this.frFr_) : delegate = List.unmodifiable([enUs_,enCa_,enGb_,enAu_,enNz_,frCa_,frFr_]);