menu
invoiceninja package
documentation
models/invoice.dart
InvoiceList
InvoiceList factory constructor
InvoiceList factory constructor
dark_mode
light_mode
InvoiceList
constructor
InvoiceList
(
{
required
List
<
Invoice
>
data
,
})
InvoiceList factory constructor
Implementation
factory InvoiceList({required List<Invoice> data}) = _InvoiceList;
invoiceninja package
documentation
models/invoice
InvoiceList
InvoiceList factory constructor
InvoiceList class