QuoteInvoiceId constructor

const QuoteInvoiceId({
  1. required String? id,
})

Implementation

const QuoteInvoiceId({required this.id});