UDormBedInvoiceChartResponse constructor
UDormBedInvoiceChartResponse({})
Implementation
UDormBedInvoiceChartResponse({
required this.month,
required this.totalDebt,
required this.totalPaid,
required this.totalPenalty,
required this.totalRemaining,
required this.invoiceCount,
});