ActivitySummary class

Annotations
  • @JsonSerializable(createToJson: false)

Constructors

ActivitySummary({required DateTime date, List<QuantitySample> activeEnergyBurned = const [], List<QuantitySample> basalEnergyBurned = const [], List<QuantitySample> steps = const [], List<QuantitySample> floorsClimbed = const [], List<QuantitySample> distanceWalkingRunning = const [], List<QuantitySample> vo2Max = const []})
ActivitySummary.fromJson(Map<String, dynamic> json)
factory

Properties

activeEnergyBurned List<QuantitySample>
final
basalEnergyBurned List<QuantitySample>
final
date DateTime
final
distanceWalkingRunning List<QuantitySample>
final
floorsClimbed List<QuantitySample>
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
steps List<QuantitySample>
final
vo2Max List<QuantitySample>
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited