Tracker constructor

Tracker(
  1. Calculator _calculator,
  2. Filter _filter
)

Implementation

Tracker(this._calculator, this._filter);