isSuccess property

bool get isSuccess

Whether the payment went through.

Implementation

bool get isSuccess => this is FormPaymentSucceeded;