fallbackLocale property

Locale? fallbackLocale

Implementation

Locale? get fallbackLocale => _intlHost.fallbackLocale;
void fallbackLocale=(Locale? newLocale)

Implementation

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