Workout constructor

Workout({
  1. required WorkoutType workoutType,
})

Creates a new workout

Implementation

Workout({
  required this.workoutType,
});