WooShippingMethod constructor

WooShippingMethod({
  1. int? parentId,
  2. String? name,
  3. List<WooShippingMethodLocations>? locations,
  4. WooShippingMethodMethods? methods,
})

Implementation

WooShippingMethod({this.parentId, this.name, this.locations, this.methods});