Dispute constructor

Dispute({
  1. Money? amountMoney,
  2. String? id,
  3. String? locationId,
  4. DisputeReason? reason,
  5. String? cardBrand,
  6. String? createdAt,
  7. String? updatedAt,
  8. int? version,
  9. DisputeState? state,
  10. String? brandDisputeId,
  11. DisputedPayment? disputedPayment,
  12. String? disputeId,
  13. String? dueAt,
  14. List<String>? evidenceIds,
  15. String? reportedAt,
  16. String? reportedDate,
})

Implementation

Dispute({
  this.amountMoney, this.id, this.locationId, this.reason,
this.cardBrand, this.createdAt, this.updatedAt, this.version,
this.state, this.brandDisputeId, this.disputedPayment, this.disputeId,
this.dueAt, this.evidenceIds, this.reportedAt, this.reportedDate
});