step property
Every stepId within a workout should be unique, as a consequence a maximum of 20 steps is allowed in a workout.
Implementation
@annotation.XmlElement(includeIfNull: false)
List<TcxAbstractStep> step;
Every stepId within a workout should be unique, as a consequence a maximum of 20 steps is allowed in a workout.
@annotation.XmlElement(includeIfNull: false)
List<TcxAbstractStep> step;