active property

bool active

Implementation

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

Implementation

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