CardData constructor
CardData({})
Implementation
CardData({
required this.id,
required this.brand,
required this.last4,
required this.expYear,
required this.expMonth,
required this.name,
this.addressZip,
});