isPaused property

bool isPaused

Implementation

bool get isPaused =>
    _streamSubscription != null && _streamSubscription!.isPaused;