PhaseSettings constructor
- IgnoredLeaks ignoredLeaks = const IgnoredLeaks(),
- bool ignoreLeaks = false,
- String? name,
- LeakDiagnosticConfig leakDiagnosticConfig = const LeakDiagnosticConfig(),
- MemoryBaselining? baselining,
Implementation
const PhaseSettings({
this.ignoredLeaks = const IgnoredLeaks(),
this.ignoreLeaks = false,
this.name,
this.leakDiagnosticConfig = const LeakDiagnosticConfig(),
this.baselining,
});