FreeShippingThreshold constructor

FreeShippingThreshold({
  1. String? country,
  2. Price? priceThreshold,
})

Implementation

FreeShippingThreshold({this.country, this.priceThreshold});