CustomExercise constructor

CustomExercise(
  1. String? named,
  2. String? instruction,
  3. int? totalSeconds,
  4. int? totalReps,
  5. List<UIElements>? uiElements,
  6. String type,
)

Implementation

CustomExercise(this.named, this.instruction, this.totalSeconds, this.totalReps, this.uiElements, this.type);