PaymentMethodDetailsCardWalletMasterpass constructor

const PaymentMethodDetailsCardWalletMasterpass({
  1. Address? billingAddress,
  2. String? email,
  3. String? name,
  4. Address? shippingAddress,
})

payment_method_details_card_wallet_masterpass

Implementation

const PaymentMethodDetailsCardWalletMasterpass({
  this.billingAddress,
  this.email,
  this.name,
  this.shippingAddress,
});