toMap method

Map<String, dynamic> toMap()

Implementation

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