currentItem property

MtAudioItem? get currentItem

Currently playing item (null if none).

Implementation

MtAudioItem? get currentItem => _currentItemSubject.value;