WeightBasedShippingRates constructor
WeightBasedShippingRates({})
Implementation
WeightBasedShippingRates(
{this.id,
this.name,
this.price,
this.shippingZoneId,
this.weightLow,
this.weightHigh});