isSuccess property
bool
get
isSuccess
Whether the payment went through.
Implementation
bool get isSuccess => this is FormPaymentSucceeded;
Whether the payment went through.
bool get isSuccess => this is FormPaymentSucceeded;