Headers class
A non-empty list of row or column headers for a table.
Exactly one of prices, weights, num_items, postal_code_group_names,
or location must be set.
Constructors
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- 
  locations
  ↔ List<LocationIdSet> ?
- 
  A list of location ID sets.
  getter/setter pair
- 
  numberOfItems
  ↔ List<String> ?
- 
  A list of inclusive number of items upper bounds.
  getter/setter pair
- 
  postalCodeGroupNames
  ↔ List<String> ?
- 
  A list of postal group names.
  getter/setter pair
- 
  prices
  ↔ List<Price> ?
- 
  A list of inclusive order price upper bounds.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- 
  weights
  ↔ List<Weight> ?
- 
  A list of inclusive order weight upper bounds.
  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