HeartRateZoneAlert constructor

HeartRateZoneAlert({
  1. required int zone,
})

Creates a new heart rate zone alert

Implementation

HeartRateZoneAlert({required this.zone})
    : super(type: WorkoutAlertType.heartRateZone);