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
Properties
- $__typename → String
-
final
- aggregationPeriod → DateTime
-
final
- averageConsumptionWatt → double
-
final
- averageProductionWatt → double
-
final
-
copyWith
→ CopyWith$Query$PowerUsageHistory$powerUsageHistory$powerUsageSummaries<
Query$PowerUsageHistory$powerUsageHistory$powerUsageSummaries> -
Available on Query$PowerUsageHistory$powerUsageHistory$powerUsageSummaries, provided by the UtilityExtension$Query$PowerUsageHistory$powerUsageHistory$powerUsageSummaries extension
no setter - hashCode → int
-
The hash code for this object.
no setteroverride
- maxConsumptionWatt → double
-
final
- maxProductionWatt → double
-
final
- minConsumptionWatt → double
-
final
- minProductionWatt → double
-
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