isSuccess property
bool
get
isSuccess
Check if payment was successful
Implementation
bool get isSuccess => status == PaymentStatus.success;
Check if payment was successful
bool get isSuccess => status == PaymentStatus.success;