autoplay property

bool autoplay

Implementation

_i2.bool get autoplay => _i6.getProperty(
      this,
      'autoplay',
    );
void autoplay=(bool value)

Implementation

set autoplay(_i2.bool value) {
  _i6.setProperty(
    this,
    'autoplay',
    value,
  );
}