SparkPlanGraph constructor

SparkPlanGraph({
  1. List<SparkPlanGraphEdge>? edges,
  2. String? executionId,
  3. List<SparkPlanGraphNodeWrapper>? nodes,
})

Implementation

SparkPlanGraph({this.edges, this.executionId, this.nodes});