nextYear property

DateTime nextYear

The year after this DateTime

Implementation

DateTime get nextYear => clone.setYear(year + 1);