RetainingPath constructor Null safety

RetainingPath(
  1. {int? length,
  2. String? gcRootType,
  3. List<RetainingObject>? elements}
)

Implementation

RetainingPath({
  this.length,
  this.gcRootType,
  this.elements,
});