WorkoutConfig constructor
const
WorkoutConfig({
- required String programId,
- required int week,
- required BodyZone bodyZone,
- required DifficultyLevel difficultyLevel,
- required WorkoutDuration workoutDuration,
- required SencySupportedLanguage language,
Implementation
const WorkoutConfig({
required this.programId,
required this.week,
required this.bodyZone,
required this.difficultyLevel,
required this.workoutDuration,
required this.language,
});