nextWeek property

DateTime nextWeek

Implementation

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