PaymentPagesCheckoutSessionShippingAddressCollection constructor

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

PaymentPagesCheckoutSessionShippingAddressCollection

Implementation

const PaymentPagesCheckoutSessionShippingAddressCollection(
    {required this.allowedCountries});