currentIndex property

int? currentIndex

The index of the current item, or null if either no audio source is set, or the current audio source has an empty sequence.

Implementation

int? get currentIndex => _currentIndexSubject.nvalue;