PivotGroupSortValueBucket constructor

PivotGroupSortValueBucket({
  1. List<ExtendedValue>? buckets,
  2. int? valuesIndex,
})

Implementation

PivotGroupSortValueBucket({
  this.buckets,
  this.valuesIndex,
});