CashPurchaseSavings constructor
CashPurchaseSavings({
- Money? outOfPocketCost,
- double? paybackYears,
- Money? rebateValue,
- SavingsOverTime? savings,
- Money? upfrontCost,
Implementation
CashPurchaseSavings({
this.outOfPocketCost,
this.paybackYears,
this.rebateValue,
this.savings,
this.upfrontCost,
});