InvoiceDeletedEvent constructor
const
InvoiceDeletedEvent({
- required Invoice object,
Occurs whenever a draft invoice is deleted.
Implementation
const InvoiceDeletedEvent({required this.object});