WooShippingMethodLocations constructor

WooShippingMethodLocations({
  1. String? code,
  2. String? type,
})

Implementation

WooShippingMethodLocations({this.code, this.type});