clear property
String
get
clear
Implementation
String get clear => js_util.getProperty(this, 'clear');
set
clear
(String newValue)
Implementation
set clear(String newValue) {
js_util.setProperty(this, 'clear', newValue);
}