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