CheckoutSessionShippingAddressCollection constructor
const
CheckoutSessionShippingAddressCollection({
- required List<
CheckoutSessionShippingAddressCollectionAllowedCountriesItem> allowedCountries,
When set, provides configuration for Checkout to collect a shipping address from a customer.
Implementation
const CheckoutSessionShippingAddressCollection(
{required this.allowedCountries});