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