FinancedPurchaseSavings constructor

FinancedPurchaseSavings({
  1. Money? annualLoanPayment,
  2. double? loanInterestRate,
  3. Money? rebateValue,
  4. SavingsOverTime? savings,
})

Implementation

FinancedPurchaseSavings({
  this.annualLoanPayment,
  this.loanInterestRate,
  this.rebateValue,
  this.savings,
});