isPaused property

bool get isPaused

Whether the session is paused.

Implementation

bool get isPaused => _state == SessionState.paused;