nextWeek property

DateTime nextWeek

The week after this DateTime

Implementation

DateTime get nextWeek => addDays(7);