clear property

String clear

Implementation

String get clear => js_util.getProperty(this, 'clear');
void clear=(String newValue)

Implementation

set clear(String newValue) {
  js_util.setProperty(this, 'clear', newValue);
}