Card constructor
Card({})
Implementation
Card({
this.cardToken,
this.cardName,
this.bankName,
this.cardNumberFirstSix,
this.cardNumberLastFour,
this.cardHolderFullName,
this.expMonth,
this.expYear,
this.cardType,
this.creditType,
this.productCategory,
this.maxInstallmentNumber,
this.cardCode,
});