fallbackLocale property
Locale?
get
fallbackLocale
Implementation
Locale? get fallbackLocale => _intlHost.fallbackLocale;
set
fallbackLocale
(Locale? newLocale)
Implementation
set fallbackLocale(Locale? newLocale) => _intlHost.fallbackLocale = newLocale;