isCancelled property

bool get isCancelled

Check is subscription cancelled

Implementation

bool get isCancelled =>
    update.type == UpdateType.donut_subscription_cancelled;