PowerZoneAlert constructor
PowerZoneAlert({
- required int zone,
- required WorkoutAlertMetric metric,
Creates a new power zone alert
Implementation
PowerZoneAlert({
required this.zone,
required this.metric,
}) : super(type: WorkoutAlertType.powerZone);