nextMonth property

DateTime nextMonth

The month after this DateTime

Implementation

DateTime get nextMonth => clone.setMonth(month + 1);