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