ShippingZoneLocation constructor

ShippingZoneLocation({
  1. String? code,
  2. String? type,
  3. Links? links,
})

Implementation

ShippingZoneLocation({this.code, this.type, this.links});