nextYear property

Year nextYear

The year after this year

Implementation

Year get nextYear {
  return Year(lastDay.tomorrow);
}