WooShippingZone constructor

WooShippingZone({
  1. int? id,
  2. String? name,
  3. int? order,
  4. WooShippingZoneLinks? links,
})

Implementation

WooShippingZone({this.id, this.name, this.order, this.links});