inert property

bool inert

Implementation

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

Implementation

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