nextYear property

Date nextYear

The year after this Date

Implementation

Date get nextYear => setYear(year + 1);