autoplay property

bool autoplay

Implementation

bool get autoplay => _html.autoplay;
void autoplay=(bool v)

Implementation

set autoplay(bool v) => _html.autoplay = v;