IgnoredLeaks constructor
- IgnoredLeaksSet experimentalNotGCed = const IgnoredLeaksSet.ignore(),
- IgnoredLeaksSet notDisposed = const IgnoredLeaksSet(),
- bool createdByTestHelpers = false,
- List<
RegExp> testHelperExceptions = const [],
Implementation
const IgnoredLeaks({
this.experimentalNotGCed = const IgnoredLeaksSet.ignore(),
this.notDisposed = const IgnoredLeaksSet(),
this.createdByTestHelpers = false,
this.testHelperExceptions = const [],
});