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