InvoiceCommand constructor

InvoiceCommand({
  1. required String invoiceId,
})

Implementation

InvoiceCommand({
  required this.invoiceId,
});