UnprocessedQueryExecutionId constructor

UnprocessedQueryExecutionId({
  1. String? errorCode,
  2. String? errorMessage,
  3. String? queryExecutionId,
})

Implementation

UnprocessedQueryExecutionId({
  this.errorCode,
  this.errorMessage,
  this.queryExecutionId,
});