ChargeDisputeFundsWithdrawnEvent constructor

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

Occurs when funds are removed from your account due to a dispute.

Implementation

const ChargeDisputeFundsWithdrawnEvent({required this.object});