isPaused property

bool isPaused

Test the Player State

Implementation

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