hasPlaylist property
bool
get
hasPlaylist
Implementation
bool get hasPlaylist {
_checkDisposed();
return _playlist != null;
}
bool get hasPlaylist {
_checkDisposed();
return _playlist != null;
}