SearchAnalyticsQueryResponse constructor

SearchAnalyticsQueryResponse({
  1. String? responseAggregationType,
  2. List<ApiDataRow>? rows,
})

Implementation

SearchAnalyticsQueryResponse({
  this.responseAggregationType,
  this.rows,
});