Year.nextYear constructor

Year.nextYear()

Get next year

Implementation

factory Year.nextYear() => Year.now().addYears(1);