WooShippingMethodMethods constructor
WooShippingMethodMethods({
- List<
WooShippingMethodFreeShipping> ? freeShipping, - List<
WooShippingMethodFlatRate> ? flatRate, - List<
WooShippingMethodLocalPickup> ? localPickup,
Implementation
WooShippingMethodMethods(
{this.freeShipping, this.flatRate, this.localPickup});