isPaused property

bool isPaused

Whether this subscription is currently paused.

Implementation

bool get isPaused => _envelopeSubscription == null;