WooShippingZone constructor
WooShippingZone({
- int? id,
- String? name,
- int? order,
- WooShippingZoneLinks? links,
Implementation
WooShippingZone({this.id, this.name, this.order, this.links});