analysisOptions property

AnalysisOptions get analysisOptions

Return the package_config.json from which this context was created. The analysis options used to control the way the code is analyzed.

Implementation

// PackageConfig get packageConfig;

/// The analysis options used to control the way the code is analyzed.
AnalysisOptions get analysisOptions;