PaymentElementCardDefaults constructor
Implementation
const factory PaymentElementCardDefaults({
/// The specified network prferences for card brand choice. The first network in the array
/// that matches a network on the enetered cobranded card will be selected by default
/// in the card brand choice.
List<String>? network,
}) = _PaymentElementCardDefaults;