ShippingZone constructor
ShippingZone({})
Implementation
ShippingZone({
this.id,
this.name,
this.profileId,
this.locationGroupId,
this.adminGraphqlApiId,
this.countries,
this.weightBasedShippingRates,
this.priceBasedShippingRates,
this.carrierShippingRateProviders,
});