isPlaying property

bool get isPlaying

Implementation

bool get isPlaying => _player?.state.playing ?? false;