PayoutCreatedEvent constructor

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

Occurs whenever a payout is created.

Implementation

const PayoutCreatedEvent({required this.object});