LeasingSavings class
Cost and benefit of leasing a particular configuration of solar panels with a particular electricity usage.
Constructors
- LeasingSavings({Money? annualLeasingCost, bool? leasesAllowed, bool? leasesSupported, SavingsOverTime? savings})
- LeasingSavings.fromJson(Map json_)
Properties
- annualLeasingCost ↔ Money?
-
Estimated annual leasing cost.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- leasesAllowed ↔ bool?
-
Whether leases are allowed in this juristiction (leases are not allowed in
some states).
getter/setter pair
- leasesSupported ↔ bool?
-
Whether leases are supported in this juristiction by the financial
calculation engine.
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