nextMonth property

Date nextMonth

The month after this Date

Implementation

Date get nextMonth => setMonth(month + 1);