localeStr property
String
get
localeStr
The locale, as a lowercase string. For example: "en_us" or "pt_br".
Implementation
static String get localeStr => normalizeLocale(locale);
The locale, as a lowercase string. For example: "en_us" or "pt_br".
static String get localeStr => normalizeLocale(locale);