menu
incognia_flutter package
documentation
card_info.dart
CardInfo
CardInfo.new constructor
CardInfo.new constructor
dark_mode
light_mode
CardInfo
constructor
CardInfo
(
{
required
String
bin
,
required
String
lastFourDigits
,
String
?
expiryYear
,
String
?
expiryMonth
,
})
Implementation
CardInfo({ required this.bin, required this.lastFourDigits, this.expiryYear, this.expiryMonth, });
incognia_flutter package
documentation
card_info
CardInfo
CardInfo.new constructor
CardInfo class