SpendAnalysis constructor

SpendAnalysis({
  1. double? averageMonthlySpendOnTransfer,
  2. int? averageMonthlySpendOnAtmAndPos,
  3. double? averageMonthlySpendOnUssd,
  4. int? averageMonthlySpendOnGambling,
  5. double? averageMonthlySpendOnAirtimeAndData,
  6. int? averageMonthlySpendOnUtilities,
  7. int? averageMonthlySpendOnOnlineAndWeb,
  8. int? averageMonthlySpendOnTransportation,
  9. int? averageMonthlySpendOnHealth,
  10. int? averageMonthlySpendOnTravel,
  11. int? averageMonthlySpendOnEntertainment,
  12. int? averageMonthlySpendOnHospitalityAndFood,
  13. int? averageMonthlySpendOnRent,
  14. int? averageMonthlySpendOnInsurance,
  15. double? averageMonthlySpendOnChargesAndStampDuty,
  16. int? averageMonthlySpendOnInternationalTransactions,
  17. double? averageMonthlyTotalExpenses,
  18. int? averageMonthlyRecurringExpense,
  19. String? mostRecurringExpense,
  20. double? totalSpendOnTransfer,
  21. int? totalSpendOnAtmAndPos,
  22. double? totalSpendOnUssd,
  23. int? totalSpendOnGambling,
  24. int? totalSpendOnAirtimeAndData,
  25. int? totalSpendOnUtilities,
  26. int? totalSpendOnOnlineAndWeb,
  27. int? totalSpendOnTransportation,
  28. int? totalSpendOnHealth,
  29. int? totalSpendOnTravel,
  30. int? totalSpendOnEntertainment,
  31. int? totalSpendOnHospitalityAndFood,
  32. int? totalSpendOnRent,
  33. int? totalSpendOnInsurance,
  34. double? totalSpendOnChargesAndStampDuty,
  35. int? totalSpendOnInternationalTransactions,
  36. double? totalMonthlyExpenses,
  37. int? totalRecurringExpense,
  38. dynamic totalExpenses,
  39. int? totalMonthlyExpense,
  40. dynamic atmLocations,
})

Implementation

SpendAnalysis({
  this.averageMonthlySpendOnTransfer,
  this.averageMonthlySpendOnAtmAndPos,
  this.averageMonthlySpendOnUssd,
  this.averageMonthlySpendOnGambling,
  this.averageMonthlySpendOnAirtimeAndData,
  this.averageMonthlySpendOnUtilities,
  this.averageMonthlySpendOnOnlineAndWeb,
  this.averageMonthlySpendOnTransportation,
  this.averageMonthlySpendOnHealth,
  this.averageMonthlySpendOnTravel,
  this.averageMonthlySpendOnEntertainment,
  this.averageMonthlySpendOnHospitalityAndFood,
  this.averageMonthlySpendOnRent,
  this.averageMonthlySpendOnInsurance,
  this.averageMonthlySpendOnChargesAndStampDuty,
  this.averageMonthlySpendOnInternationalTransactions,
  this.averageMonthlyTotalExpenses,
  this.averageMonthlyRecurringExpense,
  this.mostRecurringExpense,
  this.totalSpendOnTransfer,
  this.totalSpendOnAtmAndPos,
  this.totalSpendOnUssd,
  this.totalSpendOnGambling,
  this.totalSpendOnAirtimeAndData,
  this.totalSpendOnUtilities,
  this.totalSpendOnOnlineAndWeb,
  this.totalSpendOnTransportation,
  this.totalSpendOnHealth,
  this.totalSpendOnTravel,
  this.totalSpendOnEntertainment,
  this.totalSpendOnHospitalityAndFood,
  this.totalSpendOnRent,
  this.totalSpendOnInsurance,
  this.totalSpendOnChargesAndStampDuty,
  this.totalSpendOnInternationalTransactions,
  this.totalMonthlyExpenses,
  this.totalRecurringExpense,
  this.totalExpenses,
  this.totalMonthlyExpense,
  this.atmLocations,
});