Pivot constructor

Pivot({
  1. List<String>? fieldNames,
  2. String? limit,
  3. List<String>? metricAggregations,
  4. String? offset,
  5. List<OrderBy>? orderBys,
})

Implementation

Pivot({
  this.fieldNames,
  this.limit,
  this.metricAggregations,
  this.offset,
  this.orderBys,
});