SMWorkout constructor
SMWorkout({})
Implementation
SMWorkout({
this.id,
this.name,
this.workoutIntro,
this.soundTrack,
required this.exercises,
this.getInFrame,
this.bodycalFinished,
});
SMWorkout({
this.id,
this.name,
this.workoutIntro,
this.soundTrack,
required this.exercises,
this.getInFrame,
this.bodycalFinished,
});