WeekPlanEntry constructor
WeekPlanEntry({
- required String weekDay,
- required List<
TimePlanEntry> timePlan,
Implementation
WeekPlanEntry({required this.weekDay, required this.timePlan});