Card class

Constructors

Card()

Properties

cardholder String?
Cardholder name
getter/setter pair
cvv2 String?
Card security code
getter/setter pair
expire_month int?
Card expire month date (MM)
getter/setter pair
expire_year int?
Card expire year date (YYYY)
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
number String?
Card number or PAN
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getExpireFormat() String?
Get expire ISO format (YYMM)
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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