ReadCardInfo class
Constructors
- ReadCardInfo({required int cardType, required String cardNumber, String? track1, String? track2, String? ic55Data, String? encryptPin, String? cardholderName, String? encryptedSN, String? tusn, String? expDate, String? track3, String? csn, required bool requiresPin})
-
const
-
ReadCardInfo.fromJson(Map<
String, dynamic> json) -
factory
Properties
- cardholderName → String?
-
final
- cardNumber → String
-
final
- cardType → int
-
final
- csn → String?
-
final
- encryptedSN → String?
-
final
- encryptPin → String?
-
final
- expDate → String?
-
final
- expirationDate → String
-
read-only
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- ic55Data → String?
-
final
- requiresPin → bool
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- tag9F34 → String
-
read-only
- tagPin → String
-
read-only
- track1 → String?
-
final
- track2 → String?
-
final
- track3 → String?
-
final
- tusn → String?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited