sameDayPreviousWeek property

DateTime sameDayPreviousWeek

Return new instance of DateTime with the previous week date

Implementation

DateTime get sameDayPreviousWeek => subtract(const Duration(days: 7));