Exercises Tree
class ExercisesTree(val exerciseGroups: MutableList<ExerciseGroup> = emptyList<ExerciseGroup>().toMutableList())
Constructors
Link copied to clipboard
constructor(exerciseGroups: MutableList<ExerciseGroup> = emptyList<ExerciseGroup>().toMutableList())