CardInfo class

Card data representation class

Constructors

CardInfo(String cardNumber, String holderName, String expirationYear, String expirationMonth, String cvv2)

Properties

brand String?
final
cardNumber String
final
creationDate String?
final
cvv2 String?
final
expirationMonth String
final
expirationYear String
final
hashCode int
The hash code for this object.
no setterinherited
holderName String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited