isPlaying property

bool get isPlaying

Test the Player State

Implementation

bool get isPlaying => _playerState == PlayerState.isPlaying;