inert property
bool
get
inert
Implementation
_i2.bool get inert => _i4.getProperty(
this,
'inert',
);
set
inert
(bool value)
Implementation
set inert(_i2.bool value) {
_i4.setProperty(
this,
'inert',
value,
);
}