PlanNode constructor

PlanNode({
  1. List<ChildLink>? childLinks,
  2. String? displayName,
  3. Map<String, Object?>? executionStats,
  4. int? index,
  5. String? kind,
  6. Map<String, Object?>? metadata,
  7. ShortRepresentation? shortRepresentation,
})

Implementation

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