PivotGroupSortValueBucket class
Information about which values in a pivot group should be used for sorting.
Constructors
- 
          PivotGroupSortValueBucket({List<ExtendedValue> ? buckets, int? valuesIndex})
- PivotGroupSortValueBucket.fromJson(Map json_)
Properties
- 
  buckets
  ↔ List<ExtendedValue> ?
- 
  Determines the bucket from which values are chosen to sort.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- valuesIndex ↔ int?
- 
  The offset in the PivotTable.values list which the values in this grouping
should be sorted by.
  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