SparkPlanGraph constructor
SparkPlanGraph({
- List<
SparkPlanGraphEdge> ? edges, - String? executionId,
- List<
SparkPlanGraphNodeWrapper> ? nodes,
Implementation
SparkPlanGraph({
this.edges,
this.executionId,
this.nodes,
});