TimeRange.thisMonth constructor
TimeRange.thisMonth()
In the local timezone
Implementation
factory TimeRange.thisMonth() => MonthTimeRange.fromDateTime(DateTime.now());
In the local timezone
factory TimeRange.thisMonth() => MonthTimeRange.fromDateTime(DateTime.now());