PayoutUpdatedEvent constructor

const PayoutUpdatedEvent({
  1. required Payout object,
})

Occurs whenever a payout is updated.

Implementation

const PayoutUpdatedEvent({required this.object});