isActive property
bool
get
isActive
Whether the subscription is active.
Implementation
bool get isActive => _subscription != null;
Whether the subscription is active.
bool get isActive => _subscription != null;