DateRange.thisMonth constructor
Creates a DateRange representing the current month.
Implementation
factory DateRange.thisMonth() => DateRange(today.firstDayOfMonth, today.lastDayOfMonth.endOfDay);
Creates a DateRange representing the current month.
factory DateRange.thisMonth() => DateRange(today.firstDayOfMonth, today.lastDayOfMonth.endOfDay);