thisYear property

DateTimeRange thisYear

获得今年的时间间隔

Implementation

static DateTimeRange get thisYear =>
    DateTimeRange(start: thisYearStart, end: todayEnd);