ShippingZone constructor

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

Implementation

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