nextMonth property

ETC nextMonth

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

Implementation

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