WeekPlanEntry constructor

WeekPlanEntry({
  1. required String weekDay,
  2. required List<TimePlanEntry> timePlan,
})

Implementation

WeekPlanEntry({required this.weekDay, required this.timePlan});