nextWeek method

DateTime nextWeek()

Create a new date with next week values.

Implementation

DateTime nextWeek() => add(Duration(days: DateTime.daysPerWeek));