ActiveZoneMinutes constructor
ActiveZoneMinutes({
- String? activeZoneMinutes,
- String? heartRateZone,
- ObservationTimeInterval? interval,
Implementation
ActiveZoneMinutes({
this.activeZoneMinutes,
this.heartRateZone,
this.interval,
});