locale property
String
get
locale
Gets the value of "locale"
Implementation
String get locale => getPropertyValue('locale');
set
locale
(String? value)
Sets the value of "locale"
Implementation
set locale(String? value) {
setProperty('locale', value, '');
}