currentSource property
IndexedAudioSource?
get
currentSource
The current source in the sequence.
Implementation
IndexedAudioSource? get currentSource =>
sequence.isEmpty ? null : sequence[currentIndex];