currentLocale property
E
get
currentLocale
Gets current locale.
Implementation
E get currentLocale {
final localeId = GlobalLocaleState.instance.getLocaleId();
return mapper.toEnum(localeId) ?? baseLocale;
}