TimeRange.nextYear constructor
TimeRange.nextYear()
In the local timezone
Implementation
factory TimeRange.nextYear() =>
YearTimeRange.fromDateTime(Moment.startOfNextYear());
In the local timezone
factory TimeRange.nextYear() =>
YearTimeRange.fromDateTime(Moment.startOfNextYear());