WorkoutModel constructor
const
WorkoutModel({})
Implementation
const WorkoutModel({
required this.id,
required this.title,
required this.imgURL,
this.category,
required this.description,
this.totalMinutes,
this.totalCalories,
required this.bodyParts,
this.difficultyLevel,
required this.sequence,
this.rawJSON,
});