DataFlowAnalyzer constructor
const
DataFlowAnalyzer({
- SignatureSynthesizer synthesizer = const SignatureSynthesizer(),
- String? sdkPath,
Implementation
const DataFlowAnalyzer({
this.synthesizer = const SignatureSynthesizer(),
this.sdkPath,
});