RetainingPath constructor
- int? length,
- String? gcRootType,
- List<
RetainingObject> ? elements,
Implementation
RetainingPath({
this.length,
this.gcRootType,
this.elements,
});
RetainingPath({
this.length,
this.gcRootType,
this.elements,
});