InvoiceitemId constructor

const InvoiceitemId({
  1. required String id,
})

Implementation

const InvoiceitemId({required this.id});