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