autoplay property

bool get autoplay

Implementation

bool get autoplay => _getAttributeBool('autoplay');
set autoplay (bool value)

Implementation

set autoplay(bool value) {
  _setAttributeBool('autoplay', value);
}