nextMonday property

DateTime get nextMonday

Implementation

DateTime get nextMonday {
  return DateTime(year, month, day + 7 - weekday + 1);
}