isPaused property
bool
get
isPaused
Check if the subscription is paused
Implementation
bool get isPaused => _subscription?.isPaused ?? false;
Check if the subscription is paused
bool get isPaused => _subscription?.isPaused ?? false;