isPaused property

bool get isPaused

Whether this subscription is currently paused.

Implementation

bool get isPaused => _envelopeSubscription == null;