clear property
Gets the value of "clear"
Implementation
String get clear => this._clear;
Sets the value of "clear"
Implementation
set clear(String value) {
_clear = value == null ? '' : value;
}
Gets the value of "clear"
String get clear => this._clear;
Sets the value of "clear"
set clear(String value) {
_clear = value == null ? '' : value;
}