autoplay property

bool get autoplay

Implementation

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

Implementation

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