ProductShipping constructor
ProductShipping({})
Implementation
ProductShipping({
this.country,
this.locationGroupName,
this.locationId,
this.maxHandlingTime,
this.maxTransitTime,
this.minHandlingTime,
this.minTransitTime,
this.postalCode,
this.price,
this.region,
this.service,
});