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