isPaused property

bool get isPaused

Returns true if this stream is paused.

Implementation

bool get isPaused => _controllerObj?.isPaused ?? false;