PowerThresholdAlert constructor
PowerThresholdAlert({
- required double threshold,
- required WorkoutAlertMetric metric,
Creates a new power threshold alert
Implementation
PowerThresholdAlert({
required this.threshold,
required this.metric,
}) : super(type: WorkoutAlertType.powerThreshold);