IFPlannedWorkoutStepTarget constructor
IFPlannedWorkoutStepTarget({
- PlannedWorkoutStepTargetType targetType = PlannedWorkoutStepTargetType.iF,
- double? ifHigh,
- double? ifLow,
Implementation
IFPlannedWorkoutStepTarget({PlannedWorkoutStepTargetType targetType = PlannedWorkoutStepTargetType.iF, this.ifHigh, this.ifLow})
: targetType = getPlannedWorkoutStepTargetTypeValue(targetType);