badInput property

bool badInput

Implementation

bool get badInput => js_util.getProperty(this, 'badInput');
void badInput=(bool newValue)

Implementation

set badInput(bool newValue) {
  js_util.setProperty(this, 'badInput', newValue);
}