locale property Null safety

String locale

Gets the value of "locale"

Implementation

String get locale => getPropertyValue('locale');
void locale=(String value)

Sets the value of "locale"

Implementation

set locale(String value) {
  setProperty('locale', value, '');
}