CardInfo constructor
const
CardInfo({})
Implementation
const CardInfo({
this.maskedCardNumber,
this.cardHolderName,
this.cardType,
this.expirationMonth,
this.expirationYear,
this.entryMode,
this.cardBrand,
});