InvoiceSentEvent constructor

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

Occurs whenever an invoice email is sent out.

Implementation

const InvoiceSentEvent({required this.object});