previousWeek property

Date previousWeek

The week previous this Date

Implementation

Date get previousWeek => subDays(7);