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