CreateInvoiceModel constructor
CreateInvoiceModel({})
Returns a new CreateInvoiceModel instance.
Implementation
CreateInvoiceModel({
required this.customerId,
required this.description,
this.month,
required this.date,
required this.discount,
required this.value,
});