PivotGroupSortValueBucket constructor
PivotGroupSortValueBucket({
- List<
ExtendedValue> ? buckets, - int? valuesIndex,
Implementation
PivotGroupSortValueBucket({
this.buckets,
this.valuesIndex,
});