LeasingSavings constructor
LeasingSavings({
- Money? annualLeasingCost,
- bool? leasesAllowed,
- bool? leasesSupported,
- SavingsOverTime? savings,
Implementation
LeasingSavings({
this.annualLeasingCost,
this.leasesAllowed,
this.leasesSupported,
this.savings,
});