WooShippingZoneLinks constructor

WooShippingZoneLinks({
  1. List<WooShippingZoneSelf>? self,
  2. List<WooShippingZoneCollection>? collection,
  3. List<Describedby>? describedby,
})

Implementation

WooShippingZoneLinks({this.self, this.collection, this.describedby});