InvoiceItem constructor

InvoiceItem(
  1. Invoice data
)

InvoiceItem factory constructor

Implementation

factory InvoiceItem(Invoice data) = _InvoiceItem;