IssuingDisputeClosedEvent constructor

const IssuingDisputeClosedEvent({
  1. required IssuingDispute object,
})

Occurs whenever a dispute is won, lost or expired.

Implementation

const IssuingDisputeClosedEvent({required this.object});