SingleDayRange constructor

SingleDayRange(
  1. Date _date,
  2. int _ago, [
  3. RangeTitle _titleFunction = _defaultTitle
])

Implementation

SingleDayRange(this._date, this._ago, [this._titleFunction = _defaultTitle]);