Headers class

A non-empty list of row or column headers for a table.

Exactly one of prices, weights, numItems, postalCodeGroupNames, or location must be set.

Constructors

Headers({List<LocationIdSet>? locations, List<String>? numberOfItems, List<String>? postalCodeGroupNames, List<Price>? prices, List<Weight>? weights})
Headers.fromJson(Map json_)

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