autoplay property

bool? autoplay

Property getter and setter for autoplay:

Implementation

bool? get autoplay;
void autoplay=(bool? autoplay)

Implementation

set autoplay(bool? autoplay);