PivotValue constructor

PivotValue({
  1. String? calculatedDisplayType,
  2. DataSourceColumnReference? dataSourceColumnReference,
  3. String? formula,
  4. String? name,
  5. int? sourceColumnOffset,
  6. String? summarizeFunction,
})

Implementation

PivotValue({
  this.calculatedDisplayType,
  this.dataSourceColumnReference,
  this.formula,
  this.name,
  this.sourceColumnOffset,
  this.summarizeFunction,
});