ExecuteSqlRequest constructor
      
      ExecuteSqlRequest({ 
    
    
- bool? dataBoostEnabled,
- DirectedReadOptions? directedReadOptions,
- Map<String, Type> ? paramTypes,
- Map<String, Object?> ? params,
- String? partitionToken,
- String? queryMode,
- QueryOptions? queryOptions,
- RequestOptions? requestOptions,
- String? resumeToken,
- String? seqno,
- String? sql,
- TransactionSelector? transaction,
Implementation
ExecuteSqlRequest({
  this.dataBoostEnabled,
  this.directedReadOptions,
  this.paramTypes,
  this.params,
  this.partitionToken,
  this.queryMode,
  this.queryOptions,
  this.requestOptions,
  this.resumeToken,
  this.seqno,
  this.sql,
  this.transaction,
});