PaymentMethodOptions constructor

const PaymentMethodOptions({
  1. PaymentIntentCard card = const PaymentIntentCard(),
})

properties are initialized by default.

Implementation

const PaymentMethodOptions({
  this.card = const PaymentIntentCard(),
});