MonthRange constructor

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

Implementation

MonthRange(Date start, this._ago, [this._titleFunction = _defaultTitle])
    : _start = Date(start.year, start.month, 1);