step property

WorkoutStep? step
final

The step of the workout (optional) Either goal or step must be provided, but not both step is useful for adding a custom display name to the step

Implementation

final WorkoutStep? step;