QueryPlan constructor

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

Implementation

QueryPlan({
  this.planNodes,
  this.queryAdvice,
});