lastWeek top-level property
date
get
lastWeek
Returns a date representing the last week.
Implementation
date get lastWeek => now.lastDayOfWeek - 7.days;
Returns a date representing the last week.
date get lastWeek => now.lastDayOfWeek - 7.days;