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