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