isPaused property

bool get isPaused

Test the Player State


See also


Implementation

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