CreditNoteUpdatedEvent constructor

const CreditNoteUpdatedEvent({
  1. required CreditNote object,
})

Occurs whenever a credit note is updated.

Implementation

const CreditNoteUpdatedEvent({required this.object});