GaDataQuery constructor
      
      GaDataQuery({})
     
    
    
Implementation
GaDataQuery({
  this.dimensions,
  this.endDate,
  this.filters,
  this.ids,
  this.maxResults,
  this.metrics,
  this.samplingLevel,
  this.segment,
  this.sort,
  this.startDate,
  this.startIndex,
});