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