CardInfoModel constructor
Constructor for creating a CardInfoModel instance.
Implementation
CardInfoModel({
this.number,
this.expiryDate,
this.expiryMonth,
this.cardholderName,
});
Constructor for creating a CardInfoModel instance.
CardInfoModel({
this.number,
this.expiryDate,
this.expiryMonth,
this.cardholderName,
});