CreditNoteUpdatedEvent constructor
const
CreditNoteUpdatedEvent({
- required CreditNote object,
Occurs whenever a credit note is updated.
Implementation
const CreditNoteUpdatedEvent({required this.object});