ShippingSettings constructor

ShippingSettings({
  1. String? accountId,
  2. List<PostalCodeGroup>? postalCodeGroups,
  3. List<Service>? services,
  4. List<Warehouse>? warehouses,
})

Implementation

ShippingSettings({
  this.accountId,
  this.postalCodeGroups,
  this.services,
  this.warehouses,
});