WooShippingZoneLocation constructor
WooShippingZoneLocation({
- String? code,
- String? type,
- WooShippingZoneLocationLinks? links,
Implementation
WooShippingZoneLocation({this.code, this.type, this.links});