LeakReport constructor
Implementation
LeakReport({
required this.trackedClass,
required this.context,
required this.code,
required this.type,
required this.phase,
});
LeakReport({
required this.trackedClass,
required this.context,
required this.code,
required this.type,
required this.phase,
});