AnalyzeCommandContext constructor

const AnalyzeCommandContext(
  1. AnalysisOptions _analysisOptions,
  2. Iterable<Rule> _rules,
  3. AnalysisDriver _driver,
  4. ResolvedUnitResult analysisResult,
  5. PluginCommunicationChannel channel,
  6. String? _optionKey,
)

Implementation

const AnalyzeCommandContext(
  this._analysisOptions,
  this._rules,
  this._driver,
  this.analysisResult,
  this.channel,
  this._optionKey,
);