WorkoutStep constructor
WorkoutStep({
- required WorkoutGoal goal,
- WorkoutAlert? alert,
- String? displayName,
Creates a new workout step
Implementation
WorkoutStep({
required this.goal,
this.alert,
this.displayName,
});