UDormBedInvoiceChartResponse constructor

UDormBedInvoiceChartResponse({
  1. required String month,
  2. required double totalDebt,
  3. required double totalPaid,
  4. required double totalPenalty,
  5. required double totalRemaining,
  6. required int invoiceCount,
})

Implementation

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