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