TimeRange.today constructor

TimeRange.today()

In the local timezone

Implementation

factory TimeRange.today() => DayTimeRange.fromDateTime(DateTime.now());