isPaused property

bool get isPaused

Whether the stream is currently paused.

Implementation

bool get isPaused => _state.value == StreamState.paused;