QueryPlan constructor
QueryPlan({
- List<
PlanNode> ? planNodes, - QueryAdvisorResult? queryAdvice,
Implementation
QueryPlan({
this.planNodes,
this.queryAdvice,
});