ExtraInfo constructor
ExtraInfo({})
Implementation
ExtraInfo({
required this.bin,
required this.year,
required this.month,
required this.brand,
required this.holderName,
required this.displayNumber,
});
ExtraInfo({
required this.bin,
required this.year,
required this.month,
required this.brand,
required this.holderName,
required this.displayNumber,
});