PaymentIntentProcessing constructor

const PaymentIntentProcessing({
  1. PaymentIntentCardProcessing? card,
})

If present, this property tells you about the processing state of the payment.

Implementation

const PaymentIntentProcessing({this.card});