Gets the value of "locale"
Source
String get locale => getPropertyValue('locale');
Sets the value of "locale"
Source
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, '');
}