WooShippingZoneMethodLinks constructor

WooShippingZoneMethodLinks({
  1. List<WooShippingZoneMethodSelf>? self,
  2. List<WooShippingZoneMethodCollection>? collection,
  3. List<WooShippingZoneMethodDescribes>? describes,
})

Implementation

WooShippingZoneMethodLinks({this.self, this.collection, this.describes});