We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7afc04b commit 97a53c2Copy full SHA for 97a53c2
pkgs/leak_tracker/lib/src/leak_tracking/primitives/model.dart
@@ -128,7 +128,7 @@ class IgnoredLeaksSet {
128
@immutable
129
class IgnoredLeaks {
130
const IgnoredLeaks({
131
- this.experimentalNotGCed = const IgnoredLeaksSet.ignore(),
+ this.experimentalNotGCed = const IgnoredLeaksSet(),
132
this.notDisposed = const IgnoredLeaksSet(),
133
this.createdByTestHelpers = false,
134
this.testHelperExceptions = const [],
0 commit comments