enabled property

bool enabled

Implementation

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

Implementation

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