LeakTrackingTestConfig constructor
- LeakDiagnosticConfig leakDiagnosticConfig = const LeakDiagnosticConfig(),
- Map<
String, int?> notGCedAllowList = const <String, int>{}, - Map<
String, int?> notDisposedAllowList = const <String, int>{}, - bool allowAllNotDisposed = false,
- bool allowAllNotGCed = false,
- MemoryBaselining? baselining,
- bool isLeakTrackingPaused = false,
Creates a new instance of LeakTrackingTestConfig.
Implementation
const LeakTrackingTestConfig({
this.leakDiagnosticConfig = const LeakDiagnosticConfig(),
this.notGCedAllowList = const <String, int>{},
this.notDisposedAllowList = const <String, int>{},
this.allowAllNotDisposed = false,
this.allowAllNotGCed = false,
this.baselining,
this.isLeakTrackingPaused = false,
});