inherits property

bool inherits

Implementation

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

Implementation

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