WarehouseBasedDeliveryTime constructor

WarehouseBasedDeliveryTime({
  1. String? carrier,
  2. String? carrierService,
  3. String? originAdministrativeArea,
  4. String? originCity,
  5. String? originCountry,
  6. String? originPostalCode,
  7. String? originStreetAddress,
  8. String? warehouseName,
})

Implementation

WarehouseBasedDeliveryTime({
  this.carrier,
  this.carrierService,
  this.originAdministrativeArea,
  this.originCity,
  this.originCountry,
  this.originPostalCode,
  this.originStreetAddress,
  this.warehouseName,
});