Query$EnergyUsageHistory$energyUsageHistory class
- Available extensions
Constructors
-
Query$EnergyUsageHistory$energyUsageHistory({required String deviceId, required List<
Query$EnergyUsageHistory$energyUsageHistory$energyUsageSummaries> energyUsageSummaries, required bool hasProduction, required Enum$IntervalType intervalType, double? peakEnergyProductionKWh, double? peakEnergyConsumptionKWh, double? lowestEnergyProductionKWh, double? lowestEnergyConsumptionKWh, double? totalEnergyConsumedKWh, double? totalEnergyProducedKWh, double? allTimesHighEnergyConsumedKWh, double? allTimesHighEnergyProducedKWh, String $__typename = 'EnergyUsageHistory'}) -
Query$EnergyUsageHistory$energyUsageHistory.fromJson(Map<
String, dynamic> json) -
factory
Properties
- $__typename → String
-
final
- allTimesHighEnergyConsumedKWh → double?
-
final
- allTimesHighEnergyProducedKWh → double?
-
final
-
copyWith
→ CopyWith$Query$EnergyUsageHistory$energyUsageHistory<
Query$EnergyUsageHistory$energyUsageHistory> -
Available on Query$EnergyUsageHistory$energyUsageHistory, provided by the UtilityExtension$Query$EnergyUsageHistory$energyUsageHistory extension
no setter - deviceId → String
-
final
-
energyUsageSummaries
→ List<
Query$EnergyUsageHistory$energyUsageHistory$energyUsageSummaries> -
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- hasProduction → bool
-
final
- intervalType → Enum$IntervalType
-
final
- lowestEnergyConsumptionKWh → double?
-
final
- lowestEnergyProductionKWh → double?
-
final
- peakEnergyConsumptionKWh → double?
-
final
- peakEnergyProductionKWh → double?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- totalEnergyConsumedKWh → double?
-
final
- totalEnergyProducedKWh → double?
-
final
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.
override