ProcessAtmCard class

Constructors

ProcessAtmCard()

Properties

atmCardModel AtmCardModel
getter/setter pair
atmCardType String?
getter/setter pair
bankName String?
getter/setter pair
cardNumber String?
getter/setter pair
compareCard CompareCard
getter/setter pair
dylib DynamicLibrary
final
expiryDate String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
issueDate String?
getter/setter pair
name String?
getter/setter pair
paymentNetwork String?
getter/setter pair
retry int
getter/setter pair
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
process(String text, XFile file, BuildContext context, String cardType) bool
toString() String
A string representation of this object.
inherited

Operators

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