isFailed property
bool
get
isFailed
Check if transaction failed (decline)
Implementation
bool get isFailed => status == 'decline';
Check if transaction failed (decline)
bool get isFailed => status == 'decline';