ProductDeliveryTime constructor
ProductDeliveryTime({
- List<
ProductDeliveryTimeAreaDeliveryTime> ? areaDeliveryTimes, - ProductId? productId,
Implementation
ProductDeliveryTime({
this.areaDeliveryTimes,
this.productId,
});