isError property
bool
get
isError
Implementation
bool get isError {
return this == PaymentStatus.preloadFailed ||
this == PaymentStatus.paymentFailed ||
this == PaymentStatus.receiptFailed;
}