EmvQrData class
Constructors
- EmvQrData({required String amount, required String currency, required String date, required String tvr, required String amountOther, required String transactionType, required String unpredictableNo, required String pan, required String aid, required String aip, required String issuerUrl, required String cardHolderName, required String panSeqNo, required String track2, required String cryptogram, required String cid, required String iad, required String atc, required String raw})
- EmvQrData.fromMap(Map map)
-
factory
Properties
- aid → String
-
final
- aip → String
-
final
- amount → String
-
final
- amountOther → String
-
final
- atc → String
-
final
- cardHolderName → String
-
final
- cid → String
-
final
- cryptogram → String
-
final
- currency → String
-
final
- date → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- iad → String
-
final
- issuerUrl → String
-
final
- pan → String
-
final
- panSeqNo → String
-
final
- raw → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- track2 → String
-
final
- transactionType → String
-
final
- tvr → String
-
final
- unpredictableNo → String
-
final
Methods
-
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