PlannedWorkoutStep constructor
PlannedWorkoutStep({
- int? order,
- required int type,
- String? name,
- String? description,
- int? intensity,
- List<
PlannedWorkoutStepDuration> ? durations, - List<
PlannedWorkoutStepTarget> ? targets,
Implementation
PlannedWorkoutStep({this.order, required this.type , this.name, this.description, this.intensity, this.durations, this.targets});