WooShippingZoneLocation constructor

WooShippingZoneLocation({
  1. String? code,
  2. String? type,
  3. WooShippingZoneLocationLinks? links,
})

Implementation

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