localeBestMatch property

Locale localeBestMatch

A ReadOnly Locale, in range of supportedLocales, if selected systemLocale it try to guess.

Use LocaleSwitcher.current to update this value.

Implementation

// Todo: just locale? currentSupportedLocale? allowedLocale? matchedLocale?
static Locale get localeBestMatch => LocaleSwitcher.current.bestMatch;