CardMethod constructor

CardMethod({
  1. String? cvc,
  2. int? expMonth,
  3. int? expYear,
  4. String? number,
})

Implementation

CardMethod({this.cvc, this.expMonth, this.expYear, this.number});