isPaused property

bool get isPaused

Test the Player State

Implementation

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