Creates a new cadence range alert
CadenceRangeAlert({required this.lowerBound, required this.upperBound}) : super(type: WorkoutAlertType.cadenceRange);