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