CreditCardPage constructor

CreditCardPage({
  1. required String paymentToken,
})

Implementation

CreditCardPage({required this.paymentToken});