DataFlowAnalyzer constructor

const DataFlowAnalyzer({
  1. SignatureSynthesizer synthesizer = const SignatureSynthesizer(),
  2. String? sdkPath,
})

Implementation

const DataFlowAnalyzer({
  this.synthesizer = const SignatureSynthesizer(),
  this.sdkPath,
});