QueryPlan constructor

QueryPlan({
  1. List<PlanNode>? planNodes,
})

Implementation

QueryPlan({
  this.planNodes,
});