nextWeek property

DateTime get nextWeek

Returns a DateTime representing the next week relative to this DateTime.

Implementation

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