PayoutCanceledEvent constructor

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

Occurs whenever a payout is canceled.

Implementation

const PayoutCanceledEvent({required this.object});