isPaused property
bool
get
isPaused
Returns true
if this stream is paused.
Implementation
bool get isPaused => _controller.isPaused;
Returns true
if this stream is paused.
bool get isPaused => _controller.isPaused;