isFailed property
bool
get
isFailed
Check if payment failed.
Returns true
if the payment status is PaymentStatus.failed.
Implementation
bool get isFailed => status == PaymentStatus.failed;
Check if payment failed.
Returns true
if the payment status is PaymentStatus.failed.
bool get isFailed => status == PaymentStatus.failed;