ChargeDisputeClosedEvent constructor

const ChargeDisputeClosedEvent({
  1. required Dispute object,
})

Occurs when a dispute is closed and the dispute status changes to `lost`, `warning_closed`, or `won`.

Implementation

const ChargeDisputeClosedEvent({required this.object});