DateTime nextWeekFirstDay([final int firstDay = DateTime.sunday]) => weekFirstDay(firstDay).add(week);