PivotValue class

The definition of how a value in a pivot table should be calculated.

Constructors

PivotValue({String? calculatedDisplayType, DataSourceColumnReference? dataSourceColumnReference, String? formula, String? name, int? sourceColumnOffset, String? summarizeFunction})
PivotValue.fromJson(Map json_)

Properties

calculatedDisplayType ↔ String?
If specified, indicates that pivot values should be displayed as the result of a calculation with another pivot value.
getter/setter pair
dataSourceColumnReference ↔ DataSourceColumnReference?
The reference to the data source column that this value reads from.
getter/setter pair
formula ↔ String?
A custom formula to calculate the value.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
name ↔ String?
A name to use for the value.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
sourceColumnOffset ↔ int?
The column offset of the source range that this value reads from.
getter/setter pair
summarizeFunction ↔ String?
A function to summarize the value.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → Map<String, dynamic>
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited