isFailed property

bool get isFailed

Check if transaction failed (decline)

Implementation

bool get isFailed => status == 'decline';