ProductDeliveryTimeAreaDeliveryTimeDeliveryTime constructor

ProductDeliveryTimeAreaDeliveryTimeDeliveryTime({
  1. int? maxHandlingTimeDays,
  2. int? maxTransitTimeDays,
  3. int? minHandlingTimeDays,
  4. int? minTransitTimeDays,
})

Implementation

ProductDeliveryTimeAreaDeliveryTimeDeliveryTime({
  this.maxHandlingTimeDays,
  this.maxTransitTimeDays,
  this.minHandlingTimeDays,
  this.minTransitTimeDays,
});