DateRange.nextMonth constructor

DateRange.nextMonth()

Creates a DateRange representing the next month.

Implementation

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