nextWeek property

date get nextWeek

Returns the next week.

Implementation

date get nextWeek => add(7.days);