LocaleOption constructor

LocaleOption(
  1. String locale, [
  2. bool? selected,
  3. String? name
])

Implementation

LocaleOption(this.locale, [this.selected, this.name]);