ExerciseInfo constructor
Implementation
ExerciseInfo({
required this.id,
required this.name,
required this.type,
required this.category,
required this.custom,
required this.description,
required this.difficultyLevel,
required this.reward,
this.exerciseData,
});