LeakTestCase constructor
Implementation
LeakTestCase({
required this.name,
required this.body,
this.notDisposedTotal = 0,
this.notGCedTotal = 0,
this.notDisposedInHelpers = 0,
this.notGCedInHelpers = 0,
});
LeakTestCase({
required this.name,
required this.body,
this.notDisposedTotal = 0,
this.notGCedTotal = 0,
this.notDisposedInHelpers = 0,
this.notGCedInHelpers = 0,
});