prevWeekLastDay method

DateTime prevWeekLastDay([
  1. int lastDay = DateTime.saturday
])

Implementation

DateTime prevWeekLastDay([int lastDay = DateTime.saturday]) =>
    weekLastDay(lastDay).subtract(week);