autoplay property

bool autoplay

Implementation

bool get autoplay => js_util.getProperty(this, 'autoplay');
void autoplay=(bool newValue)

Implementation

set autoplay(bool newValue) {
  js_util.setProperty(this, 'autoplay', newValue);
}