PivotSelection constructor

PivotSelection({
  1. String? dimensionName,
  2. String? dimensionValue,
})

Implementation

PivotSelection({
  this.dimensionName,
  this.dimensionValue,
});