SMKitWorkout constructor
SMKitWorkout({
- String? id,
- String? name,
- String? workoutIntro,
- String? soundTrack,
- required List<
SMKitExercise> exercises, - String? getInFrame,
- String? bodycalFinished,
- String? workoutClosure,
- SMKitWorkoutContinuation? continuation,
Implementation
SMKitWorkout({
this.id,
this.name,
this.workoutIntro,
this.soundTrack,
required this.exercises,
this.getInFrame,
this.bodycalFinished,
this.workoutClosure,
this.continuation,
});