InvoiceItemList constructor

InvoiceItemList({
  1. required List<InvoiceLineItem> items,
})

Implementation

InvoiceItemList({required this.items});