MobilityMetrics class

Mobility workouts specific metrics

Constructors

MobilityMetrics({double? avgCadenceStepsPerMinute, String? avgGroundContactTimeDuration, String? avgStrideLengthMillimeters, String? avgVerticalOscillationMillimeters, double? avgVerticalRatio})
MobilityMetrics.fromJson(Map json_)

Properties

avgCadenceStepsPerMinute double?
Cadence is a measure of the frequency of your foot strikes.
getter/setter pair
avgGroundContactTimeDuration String?
The ground contact time for a particular stride is the amount of time for which the foot was in contact with the ground on that stride
getter/setter pair
avgStrideLengthMillimeters String?
Stride length is a measure of the distance covered by a single stride
getter/setter pair
avgVerticalOscillationMillimeters String?
Distance off the ground your center of mass moves with each stride while running
getter/setter pair
avgVerticalRatio double?
Vertical oscillation/stride length between [5.0, 11.0].
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
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.
inherited