TokenizationSettings constructor

const TokenizationSettings([
  1. PaymentMethodTypes paymentMethodTypes = PaymentMethodTypes.all
])

Implementation

const TokenizationSettings([this.paymentMethodTypes = PaymentMethodTypes.all]);