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