IgnoredLeaks constructor

const IgnoredLeaks({
  1. IgnoredLeaksSet experimentalNotGCed = const IgnoredLeaksSet.ignore(),
  2. IgnoredLeaksSet notDisposed = const IgnoredLeaksSet(),
  3. bool createdByTestHelpers = false,
  4. List<RegExp> testHelperExceptions = const [],
})

Implementation

const IgnoredLeaks({
  this.experimentalNotGCed = const IgnoredLeaksSet.ignore(),
  this.notDisposed = const IgnoredLeaksSet(),
  this.createdByTestHelpers = false,
  this.testHelperExceptions = const [],
});