locale property
String
get
locale
Return the locale code in which we operate, e.g. 'en_US' or 'pt'.
Implementation
String get locale => _locale;
Return the locale code in which we operate, e.g. 'en_US' or 'pt'.
String get locale => _locale;