InvoiceId constructor

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

Implementation

const InvoiceId({required this.id});