QueryResponse constructor
      
      QueryResponse({ 
    
    
- bool? cacheHit,
- DmlStatistics? dmlStats,
- List<ErrorProto> ? errors,
- bool? jobComplete,
- JobCreationReason? jobCreationReason,
- JobReference? jobReference,
- String? kind,
- String? numDmlAffectedRows,
- String? pageToken,
- String? queryId,
- List<TableRow> ? rows,
- TableSchema? schema,
- SessionInfo? sessionInfo,
- String? totalBytesProcessed,
- String? totalRows,
Implementation
QueryResponse({
  this.cacheHit,
  this.dmlStats,
  this.errors,
  this.jobComplete,
  this.jobCreationReason,
  this.jobReference,
  this.kind,
  this.numDmlAffectedRows,
  this.pageToken,
  this.queryId,
  this.rows,
  this.schema,
  this.sessionInfo,
  this.totalBytesProcessed,
  this.totalRows,
});