WooShippingMethod constructor
WooShippingMethod({
- int? parentId,
- String? name,
- List<
WooShippingMethodLocations> ? locations, - WooShippingMethodMethods? methods,
Implementation
WooShippingMethod({this.parentId, this.name, this.locations, this.methods});