thisYear function

  1. @Injectable.new()
DatepickerDateRange thisYear(
  1. Clock clock
)

Implementation

@Injectable()
DatepickerDateRange thisYear(Clock clock) => YearRange.yearsAgo(clock, 0);