PaymentMethodDetailsCardNetworkToken constructor

const PaymentMethodDetailsCardNetworkToken({
  1. required bool used,
})

If this card has network token credentials, this contains the details of the network token credentials.

Implementation

const PaymentMethodDetailsCardNetworkToken({required this.used});