DateRange.today constructor
DateRange.today()
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);