autoplay property

bool get autoplay

Implementation

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

Implementation

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