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