clear property

String clear
override

Gets the value of "clear"

Implementation

String get clear => this._clear;
void clear= (String value)
override

Sets the value of "clear"

Implementation

set clear(String value) {
  _clear = value == null ? '' : value;
}