TimeRange.nextYear constructor

TimeRange.nextYear()

In the local timezone

Implementation

factory TimeRange.nextYear() =>
    YearTimeRange.fromDateTime(Moment.startOfNextYear());