isSuccess property
bool
get
isSuccess
Whether the payment was successful
Implementation
bool get isSuccess => status == NoonPaymentStatus.success;
Whether the payment was successful
bool get isSuccess => status == NoonPaymentStatus.success;