ProductDeliveryTime constructor

ProductDeliveryTime({
  1. List<ProductDeliveryTimeAreaDeliveryTime>? areaDeliveryTimes,
  2. ProductId? productId,
})

Implementation

ProductDeliveryTime({
  this.areaDeliveryTimes,
  this.productId,
});