autoplay property
bool
get
autoplay
Implementation
bool get autoplay => audioSource.autoplay;
set
autoplay
(bool value)
Implementation
set autoplay(bool value){
audioSource.autoplay = value;
}