isPending property
bool
get
isPending
Check if payment is pending
Implementation
bool get isPending => status == PaymentStatus.pending;
Check if payment is pending
bool get isPending => status == PaymentStatus.pending;