currentPlaylistIndex property

int get currentPlaylistIndex

Implementation

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