disabled property

bool disabled

Implementation

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

Implementation

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