CashPurchaseSavings class
Cost and benefit of an outright purchase of a particular configuration of solar panels with a particular electricity usage.
Constructors
- CashPurchaseSavings({Money? outOfPocketCost, double? paybackYears, Money? rebateValue, SavingsOverTime? savings, Money? upfrontCost})
- CashPurchaseSavings.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- outOfPocketCost ↔ Money?
-
Initial cost before tax incentives: the amount that must be paid
out-of-pocket.
getter/setter pair
- paybackYears ↔ double?
-
Number of years until payback occurs.
getter/setter pair
- rebateValue ↔ Money?
-
The value of all tax rebates.
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
- upfrontCost ↔ Money?
-
Initial cost after tax incentives: it's the amount that must be paid
during first year.
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