DeleteInvoicedMonthModel constructor

DeleteInvoicedMonthModel({
  1. required int customerId,
  2. required MonthDate month,
})

Returns a new DeleteInvoicedMonthModel instance.

Implementation

DeleteInvoicedMonthModel({
  required this.customerId,
  required this.month,
});