FinancedPurchaseSavings class
Cost and benefit of using a loan to buy a particular configuration of solar panels with a particular electricity usage.
Constructors
- FinancedPurchaseSavings({Money? annualLoanPayment, double? loanInterestRate, Money? rebateValue, SavingsOverTime? savings})
- FinancedPurchaseSavings.fromJson(Map json_)
Properties
- annualLoanPayment ↔ Money?
- 
  Annual loan payments.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- loanInterestRate ↔ double?
- 
  The interest rate on loans assumed in this set of calculations.
  getter/setter pair
- rebateValue ↔ Money?
- 
  The value of all tax rebates (including Federal Investment Tax Credit
(ITC)).
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- savings ↔ SavingsOverTime?
- 
  How much is saved (or not) over the lifetime period.
  getter/setter pair
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited