IFPlannedWorkoutStepTarget constructor

IFPlannedWorkoutStepTarget({
  1. PlannedWorkoutStepTargetType targetType = PlannedWorkoutStepTargetType.iF,
  2. double? ifHigh,
  3. double? ifLow,
})

Implementation

IFPlannedWorkoutStepTarget({PlannedWorkoutStepTargetType targetType = PlannedWorkoutStepTargetType.iF, this.ifHigh, this.ifLow})
				: targetType = getPlannedWorkoutStepTargetTypeValue(targetType);