NewCard constructor
NewCard({})
Implementation
NewCard({
required this.number,
required this.holderName,
required this.expiryMonth,
required this.expiryYear,
required this.cvc,
});
NewCard({
required this.number,
required this.holderName,
required this.expiryMonth,
required this.expiryYear,
required this.cvc,
});