WorkoutAlert constructor
WorkoutAlert({
- required WorkoutAlertType type,
Creates a new workout alert
Implementation
WorkoutAlert({required this.type});
Creates a new workout alert
WorkoutAlert({required this.type});