SavedCard constructor
SavedCard({})
Implementation
SavedCard({
this.id,
this.brand,
this.last4,
this.expiryMonth,
this.expiryYear,
this.country,
this.logo,
this.requireCvv,
this.cvvConfig,
this.type,
this.bin,
});