next property

Year get next

Returns the next year.

Implementation

Year get next => Year(value + 1);