nextWeek property

Week nextWeek

the week after this week

Implementation

Week get nextWeek {
  return Week(lastDayOfTheWeek.tomorrow);
}