nextWeek property
DateTime
get
nextWeek
Returns the next week
Implementation
DateTime get nextWeek => this.add(Duration(days: 7));
Returns the next week
DateTime get nextWeek => this.add(Duration(days: 7));