isCancelled property

bool get isCancelled

Check if payment was cancelled

Implementation

bool get isCancelled => status == PaymentStatus.cancelled;