FixedRestPlannedWorkoutStepDuration constructor
FixedRestPlannedWorkoutStepDuration({
- PlannedWorkoutStepDurationType durationType = PlannedWorkoutStepDurationType.fixedRest,
- int? restSeconds,
Implementation
FixedRestPlannedWorkoutStepDuration({PlannedWorkoutStepDurationType durationType = PlannedWorkoutStepDurationType.fixedRest, this.restSeconds})
: durationType = getPlannedWorkoutStepDurationTypeValue(durationType);