AnalyzerConfig constructor
AnalyzerConfig({})
Implementation
AnalyzerConfig(
{this.computeConstantExpression = false,
this.doStaticAnalysis = false,
this.allowVariableShadowing = true,
this.allowImplicitVariableDeclaration = false,
this.allowImplicitNullToZeroConversion = false,
this.allowImplicitEmptyValueToFalseConversion = false});