L10nLocale constructor

const L10nLocale(
  1. String languageCode, [
  2. String? countryCode,
  3. String? label
])

Implementation

const L10nLocale(this.languageCode, [this.countryCode, this.label])
    : super(languageCode, countryCode);