isPlaying property

bool isPlaying

Test the Player State

Implementation

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