RetainingNode constructor
RetainingNode(
- String clazz, {
- String? parentKey,
- int? parentIndex,
- String? string,
- SourceCodeLocation? sourceCodeLocation,
- String? parentField,
- String? libraries,
- bool important = false,
- ClosureInfo? closureInfo,
- 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,
});