DailyVO2Max constructor

DailyVO2Max({
  1. String? cardioFitnessLevel,
  2. Date? date,
  3. bool? estimated,
  4. double? vo2Max,
  5. double? vo2MaxCovariance,
})

Implementation

DailyVO2Max({
  this.cardioFitnessLevel,
  this.date,
  this.estimated,
  this.vo2Max,
  this.vo2MaxCovariance,
});