CheckoutSessionShippingAddressCollection constructor

const CheckoutSessionShippingAddressCollection({
  1. required List<CheckoutSessionShippingAddressCollectionAllowedCountriesItem> allowedCountries,
})

When set, provides configuration for Checkout to collect a shipping address from a customer.

Implementation

const CheckoutSessionShippingAddressCollection(
    {required this.allowedCountries});