FlutterTestPaymentResult constructor
const
FlutterTestPaymentResult(
- String status,
- String? errors,
- String? extraActions,
- String? redirectUrl,
- PaymentResult? result,
Implementation
const FlutterTestPaymentResult(
this.status, this.errors, this.extraActions, this.redirectUrl, this.result);