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