MobilityMetrics constructor

MobilityMetrics({
  1. double? avgCadenceStepsPerMinute,
  2. String? avgGroundContactTimeDuration,
  3. String? avgStrideLengthMillimeters,
  4. String? avgVerticalOscillationMillimeters,
  5. double? avgVerticalRatio,
})

Implementation

MobilityMetrics({
  this.avgCadenceStepsPerMinute,
  this.avgGroundContactTimeDuration,
  this.avgStrideLengthMillimeters,
  this.avgVerticalOscillationMillimeters,
  this.avgVerticalRatio,
});