ExplainStmt constructor

ExplainStmt(
  1. Statement target, {
  2. bool isQueryPlan = false,
})

Implementation

ExplainStmt(this.target, {this.isQueryPlan = false});