isPaused property

bool get isPaused

Check if the subscription is paused

Implementation

bool get isPaused => _subscription?.isPaused ?? false;