currentPlaylistIndex property
int
get
currentPlaylistIndex
Implementation
int get currentPlaylistIndex {
_checkDisposed();
return _currentPlaylistIndex;
}
int get currentPlaylistIndex {
_checkDisposed();
return _currentPlaylistIndex;
}