ExercisesTree

class ExercisesTree(val exerciseGroups: MutableList<ExerciseGroup> = emptyList<ExerciseGroup>().toMutableList())

Constructors

Link copied to clipboard
constructor(exerciseGroups: MutableList<ExerciseGroup> = emptyList<ExerciseGroup>().toMutableList())

Properties

Link copied to clipboard

Functions

Link copied to clipboard

Finds the exercise from the given url, returns null if not found.