RetainingNode constructor

RetainingNode(
  1. String clazz, {
  2. String? parentKey,
  3. int? parentIndex,
  4. String? string,
  5. SourceCodeLocation? sourceCodeLocation,
  6. String? parentField,
  7. String? libraries,
  8. bool important = false,
  9. ClosureInfo? closureInfo,
  10. LeakedNodeType leakedNodeType = LeakedNodeType.unknown,
})

Implementation

RetainingNode(
  this.clazz, {
  this.parentKey,
  this.parentIndex,
  this.string,
  this.sourceCodeLocation,
  this.parentField,
  this.libraries,
  this.important = false,
  this.closureInfo,
  this.leakedNodeType = LeakedNodeType.unknown,
});