SparkPlanGraphNodeWrapper constructor

SparkPlanGraphNodeWrapper({
  1. SparkPlanGraphCluster? cluster,
  2. SparkPlanGraphNode? node,
})

Implementation

SparkPlanGraphNodeWrapper({this.cluster, this.node});