PlanNode constructor
PlanNode({})
Implementation
PlanNode({
this.childLinks,
this.displayName,
this.executionStats,
this.index,
this.kind,
this.metadata,
this.shortRepresentation,
});
PlanNode({
this.childLinks,
this.displayName,
this.executionStats,
this.index,
this.kind,
this.metadata,
this.shortRepresentation,
});