inert property

bool inert

Implementation

_i2.bool get inert => _i4.getProperty(
      this,
      'inert',
    );
void inert=(bool value)

Implementation

set inert(_i2.bool value) {
  _i4.setProperty(
    this,
    'inert',
    value,
  );
}