lastWeek property

Week lastWeek

the week before this week

Implementation

Week get lastWeek {
  return Week(firstDayOfTheWeek.yesterday);
}