UnusedCodeAnalyzer constructor

const UnusedCodeAnalyzer(
  1. AnalyzerUtils _analyzerUtils, [
  2. Logger? _logger
])

Implementation

const UnusedCodeAnalyzer(this._analyzerUtils, [this._logger]);