Query$PowerUsageHistory$powerUsageHistory$powerUsageSummaries class

Available extensions

Constructors

Query$PowerUsageHistory$powerUsageHistory$powerUsageSummaries({required DateTime aggregationPeriod, required double averageConsumptionWatt, required double maxConsumptionWatt, required double minConsumptionWatt, required double averageProductionWatt, required double maxProductionWatt, required double minProductionWatt, String $__typename = 'PowerUsageSummary'})
Query$PowerUsageHistory$powerUsageHistory$powerUsageSummaries.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