InvoiceList constructor

InvoiceList(
  1. {required List<Invoice> data}
)

InvoiceList factory constructor

Implementation

factory InvoiceList({required List<Invoice> data}) = _InvoiceList;