FlutterTestPayoutResult constructor

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

Implementation

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