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

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