sameDayNextWeek property

DateTime sameDayNextWeek

Return new instance of DateTime with the next week date

Implementation

DateTime get sameDayNextWeek => add(const Duration(days: 7));