nextMonth property

Month nextMonth

The month after this month

Implementation

Month get nextMonth {
  return Month(lastDay.add(1));
}