ICAONFCAccessKey class
An NFC access key with the necessary credentials to access an NFC chip of an ICAO compliant Travel Document (ICAO TD).
- Inheritance
-
- Object
- NFCAccessKey
- ICAONFCAccessKey
Constructors
- ICAONFCAccessKey(DocumentType documentType, String documentNumber, String dateOfBirth, String dateOfExpiry)
-
ICAONFCAccessKey.fromJson(Map<
String, dynamic> data) -
Returns a ICAONFCAccessKey type from a JSON
factory
Properties
- dateOfBirth → String
-
Date of birth in YYMMDD format.
no setter
- dateOfExpiry → String
-
Date of expiry in YYMMDD format.
no setter
- documentNumber → String
-
Document number
no setter
- documentType → DocumentType
-
no setteroverride
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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
-
toJson(
) → Map< String, dynamic> -
Returns a JSON-representation of ICAONFCAccessKey
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited