TimeRange.tomorrow constructor

TimeRange.tomorrow()

In the local timezone

Implementation

factory TimeRange.tomorrow() =>
    DayTimeRange.fromDateTime(Moment.startOfTomorrow());