DateRange.today constructor
Creates a DateRange representing today.
Implementation
factory DateRange.today() => DateRange(today, today.endOfDay);
Creates a DateRange representing today.
factory DateRange.today() => DateRange(today, today.endOfDay);