nextWeek property

Date nextWeek

The week after this Date

Implementation

Date get nextWeek => addDays(7);