MetricsAnalysisRunner constructor

const MetricsAnalysisRunner(
  1. MetricsAnalyzer _analyzer,
  2. MetricsRecordsStore _store,
  3. Iterable<String> _folders,
  4. String _rootFolder,
)

Implementation

const MetricsAnalysisRunner(
  this._analyzer,
  this._store,
  this._folders,
  this._rootFolder,
);