isCancelled property
bool
get
isCancelled
Check if payment was cancelled
Implementation
bool get isCancelled => status == PaymentStatus.cancelled;
Check if payment was cancelled
bool get isCancelled => status == PaymentStatus.cancelled;