TimeRange.tomorrow constructor
TimeRange.tomorrow()
In the local timezone
Implementation
factory TimeRange.tomorrow() =>
DayTimeRange.fromDateTime(Moment.startOfTomorrow());
In the local timezone
factory TimeRange.tomorrow() =>
DayTimeRange.fromDateTime(Moment.startOfTomorrow());