isTimeout property
bool
get
isTimeout
Check if payment timed out
Implementation
bool get isTimeout => status == PaymentStatus.timeout;
Check if payment timed out
bool get isTimeout => status == PaymentStatus.timeout;