isTimeout property

bool get isTimeout

Check if payment timed out

Implementation

bool get isTimeout => status == PaymentStatus.timeout;