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