DateRange.thisMonth constructor

DateRange.thisMonth()

Creates a DateRange representing the current month.

Implementation

factory DateRange.thisMonth() => DateRange(today.firstDayOfMonth, today.lastDayOfMonth.endOfDay);