SMExercise constructor
SMExercise({})
Implementation
SMExercise(
{this.name,
this.totalSeconds,
this.introSeconds,
this.videoInstruction,
this.exerciseIntro,
this.uiElements,
required this.detector,
this.repBased,
this.exerciseClosure,
this.targetReps,
this.targetTime,
this.scoreFactor});