toMap method
Implementation
Map<String, dynamic> toMap() => <String, dynamic>{
"month": month,
"totalDebt": totalDebt,
"totalPaid": totalPaid,
"totalPenalty": totalPenalty,
"totalRemaining": totalRemaining,
"invoiceCount": invoiceCount,
};