WorkoutAlert constructor

WorkoutAlert({
  1. required WorkoutAlertType type,
})

Creates a new workout alert

Implementation

WorkoutAlert({required this.type});