TimeRange.prevMonth constructor
TimeRange.prevMonth()
In the local timezone
Implementation
factory TimeRange.prevMonth() =>
MonthTimeRange.fromDateTime(Moment.startOfPrevMonth());
In the local timezone
factory TimeRange.prevMonth() =>
MonthTimeRange.fromDateTime(Moment.startOfPrevMonth());