locale property
Locale?
get
locale
Getter of the current application locale.
Implementation
Locale? get locale => _currentLanguage?.value.locale;
Getter of the current application locale.
Locale? get locale => _currentLanguage?.value.locale;