CoreBodyTemperatureRollupValue constructor

CoreBodyTemperatureRollupValue({
  1. double? temperatureCelsiusAvg,
  2. double? temperatureCelsiusMax,
  3. double? temperatureCelsiusMin,
})

Implementation

CoreBodyTemperatureRollupValue({
  this.temperatureCelsiusAvg,
  this.temperatureCelsiusMax,
  this.temperatureCelsiusMin,
});