LeakDiagnosticConfig constructor

const LeakDiagnosticConfig({
  1. bool collectRetainingPathForNotGCed = false,
  2. bool collectStackTraceOnStart = false,
  3. bool collectStackTraceOnDisposal = false,
})

Implementation

const LeakDiagnosticConfig({
  this.collectRetainingPathForNotGCed = false,
  this.collectStackTraceOnStart = false,
  this.collectStackTraceOnDisposal = false,
});