获取 "clear" 的值
String get clear => this._clear;
设置 "clear" 的值
set clear(String? value) { _clear = value == null ? '' : value; }