InvoiceUpdatedEvent constructor
const
InvoiceUpdatedEvent({
- required Invoice object,
Occurs whenever an invoice changes (e.g., the invoice amount).
Implementation
const InvoiceUpdatedEvent({required this.object});