ShippingAddressCollection constructor

ShippingAddressCollection({
  1. List<String>? allowedCountries,
})

Implementation

ShippingAddressCollection({
  this.allowedCountries,
});