fallbackLocale property
Locale?
get
fallbackLocale
Gets the fallback locale.
Implementation
Locale? get fallbackLocale => _intlHost.fallbackLocale;
set
fallbackLocale
(Locale? newLocale)
Sets the fallback locale.
Implementation
set fallbackLocale(Locale? newLocale) => _intlHost.fallbackLocale = newLocale;