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