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