ShippingInfo constructor
ShippingInfo({})
Implementation
ShippingInfo({
this.actualDeliveryTime,
this.carrier,
this.carrierService,
this.earliestDeliveryPromiseTime,
this.latestDeliveryPromiseTime,
this.originPostalCode,
this.originRegionCode,
this.shipmentId,
this.shippedTime,
this.shippingStatus,
this.trackingId,
});