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