FixedRestPlannedWorkoutStepDuration constructor

FixedRestPlannedWorkoutStepDuration({
  1. PlannedWorkoutStepDurationType durationType = PlannedWorkoutStepDurationType.fixedRest,
  2. int? restSeconds,
})

Implementation

FixedRestPlannedWorkoutStepDuration({PlannedWorkoutStepDurationType durationType = PlannedWorkoutStepDurationType.fixedRest, this.restSeconds})
		: durationType = getPlannedWorkoutStepDurationTypeValue(durationType);