autoplay property
bool
get
autoplay
Gets or sets a value that indicates whether to start playing the media automatically.
Implementation
_i2.bool get autoplay => _i4.getProperty(
this,
'autoplay',
);
set
autoplay
(bool value)
Implementation
set autoplay(_i2.bool value) {
_i4.setProperty(
this,
'autoplay',
value,
);
}