SMKitExercise constructor

SMKitExercise({
  1. String? detector,
  2. String? prettyName,
  3. int? totalSeconds,
  4. String? videoInstruction,
  5. String? exerciseIntro,
  6. List<SMKitUIElement>? uiElements,
  7. String? exerciseClosure,
  8. String? summaryTitle,
  9. String? summarySubTitle,
  10. String? summaryMainMetricTitle,
  11. String? summaryMainMetricSubTitle,
  12. ScoringParams? scoringParams,
})

Implementation

SMKitExercise({
  this.detector,
  this.prettyName,
  this.totalSeconds,
  this.videoInstruction,
  this.exerciseIntro,
  this.uiElements,
  this.exerciseClosure,
  this.summaryTitle,
  this.summarySubTitle,
  this.summaryMainMetricTitle,
  this.summaryMainMetricSubTitle,
  this.scoringParams,
});