Card constructor
Card({})
Implementation
Card({
this.last4Digits,
this.cardNumber,
this.expiryMonth,
this.expiryYear,
this.cardHolderName,
this.nickName,
this.cardBrand,
});
Card({
this.last4Digits,
this.cardNumber,
this.expiryMonth,
this.expiryYear,
this.cardHolderName,
this.nickName,
this.cardBrand,
});