inert property

bool? get inert

Implementation

bool? get inert => _getAttributeBool('inert');
set inert (bool? value)

Implementation

set inert(bool? value) {
  _setAttributeBool('inert', value);
}