nextWeek property

DateTime get nextWeek

Returns the next week

Implementation

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