isPending property

bool get isPending

Check if payment is pending

Implementation

bool get isPending => status == PaymentStatus.pending;