InvoiceUpdatedEvent constructor

const InvoiceUpdatedEvent({
  1. required Invoice object,
})

Occurs whenever an invoice changes (e.g., the invoice amount).

Implementation

const InvoiceUpdatedEvent({required this.object});