LeasingSavings constructor

LeasingSavings({
  1. Money? annualLeasingCost,
  2. bool? leasesAllowed,
  3. bool? leasesSupported,
  4. SavingsOverTime? savings,
})

Implementation

LeasingSavings({
  this.annualLeasingCost,
  this.leasesAllowed,
  this.leasesSupported,
  this.savings,
});