autoplay property

bool get autoplay

Implementation

bool get autoplay => _autoplay;
set autoplay (bool value)

Implementation

set autoplay(bool value) {
  _autoplay = value;
}