FlutterTestPaymentResult constructor

const FlutterTestPaymentResult(
  1. String status,
  2. String? errors,
  3. String? extraActions,
  4. String? redirectUrl,
  5. PaymentResult? result,
)

Implementation

const FlutterTestPaymentResult(
    this.status, this.errors, this.extraActions, this.redirectUrl, this.result);