PhaseSettings constructor

const PhaseSettings({
  1. IgnoredLeaks ignoredLeaks = const IgnoredLeaks(),
  2. bool ignoreLeaks = false,
  3. String? name,
  4. LeakDiagnosticConfig leakDiagnosticConfig = const LeakDiagnosticConfig(),
  5. MemoryBaselining? baselining,
})

Implementation

const PhaseSettings({
  this.ignoredLeaks = const IgnoredLeaks(),
  this.ignoreLeaks = false,
  this.name,
  this.leakDiagnosticConfig = const LeakDiagnosticConfig(),
  this.baselining,
});