locale property

Locale? get locale

Gets the current locale.

Implementation

Locale? get locale => _intlHost.locale;
set locale (Locale? newLocale)

Sets the current locale.

Implementation

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