nextYear property

ETC nextYear

Returning ETC instance of same month with a year next to this.

Implementation

ETC get nextYear => ETC(year: _date.year + 1, month: _date.month);