Query$PowerUsageHistory$powerUsageHistory class

Available extensions

Constructors

Query$PowerUsageHistory$powerUsageHistory({required String deviceId, required Enum$IntervalType intervalType, required List<Query$PowerUsageHistory$powerUsageHistory$powerUsageSummaries> powerUsageSummaries, String $__typename = 'PowerUsageHistory'})
Query$PowerUsageHistory$powerUsageHistory.fromJson(Map<String, dynamic> json)
factory

Properties

$__typename String
final
copyWith CopyWith$Query$PowerUsageHistory$powerUsageHistory<Query$PowerUsageHistory$powerUsageHistory>

Available on Query$PowerUsageHistory$powerUsageHistory, provided by the UtilityExtension$Query$PowerUsageHistory$powerUsageHistory extension

no setter
deviceId String
final
hashCode int
The hash code for this object.
no setteroverride
intervalType Enum$IntervalType
final
powerUsageSummaries List<Query$PowerUsageHistory$powerUsageHistory$powerUsageSummaries>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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