isDeleted property

bool get isDeleted

Returns if the subscription is deleted or not.

Implementation

bool get isDeleted => _status == SubscriptionStatus.deleted;