isDeleted property
bool
get
isDeleted
Returns if the subscription is deleted or not.
Implementation
bool get isDeleted => _status == SubscriptionStatus.deleted;
Returns if the subscription is deleted or not.
bool get isDeleted => _status == SubscriptionStatus.deleted;