Parameters constructor

Parameters({
  1. List<FilterPair>? filters,
  2. List<String>? groupBys,
  3. List<String>? metrics,
  4. Options? options,
  5. String? type,
})

Implementation

Parameters({
  this.filters,
  this.groupBys,
  this.metrics,
  this.options,
  this.type,
});