isActive property

bool get isActive

Whether the subscription is active.

Implementation

bool get isActive => _subscription != null;