PaymentIntent constructor

const PaymentIntent(
  1. String? id,
  2. num? amount,
  3. String? amountValue,
  4. String? currency,
  5. bool? isLive,
  6. String? selectedMethod,
)

Implementation

const PaymentIntent(this.id, this.amount, this.amountValue, this.currency,
    this.isLive, this.selectedMethod);