GetQueryExecutionOutput constructor

GetQueryExecutionOutput({
  1. QueryExecution? queryExecution,
})

Implementation

GetQueryExecutionOutput({
  this.queryExecution,
});