WeekTime copyWith({ WeekDay? weekDay, DayTime? time }) { return WeekTime( weekDay: weekDay ?? this.weekDay, time: time ?? this.time ); }