SMKitExercise constructor
SMKitExercise({
- String? detector,
- String? prettyName,
- int? totalSeconds,
- String? videoInstruction,
- String? exerciseIntro,
- List<
SMKitUIElement> ? uiElements, - String? exerciseClosure,
- String? summaryTitle,
- String? summarySubTitle,
- String? summaryMainMetricTitle,
- String? summaryMainMetricSubTitle,
- 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,
});