ActiveZoneMinutes constructor

ActiveZoneMinutes({
  1. String? activeZoneMinutes,
  2. String? heartRateZone,
  3. ObservationTimeInterval? interval,
})

Implementation

ActiveZoneMinutes({
  this.activeZoneMinutes,
  this.heartRateZone,
  this.interval,
});