Headers constructor

Headers({
  1. List<LocationIdSet>? locations,
  2. List<String>? numberOfItems,
  3. List<String>? postalCodeGroupNames,
  4. List<Price>? prices,
  5. List<Weight>? weights,
})

Implementation

Headers({
  this.locations,
  this.numberOfItems,
  this.postalCodeGroupNames,
  this.prices,
  this.weights,
});