currentSource property

IndexedAudioSource? currentSource

The current source in the sequence.

Implementation

IndexedAudioSource? get currentSource =>
    sequence.isEmpty ? null : sequence[currentIndex];