DisplayNamesOptions constructor

const DisplayNamesOptions({
  1. Style style = Style.long,
  2. LanguageDisplay languageDisplay = LanguageDisplay.dialect,
  3. Fallback fallback = Fallback.code,
  4. LocaleMatcher localeMatcher = LocaleMatcher.bestfit,
})

Implementation

const DisplayNamesOptions({
  this.style = Style.long,
  this.languageDisplay = LanguageDisplay.dialect,
  this.fallback = Fallback.code,
  this.localeMatcher = LocaleMatcher.bestfit,
});