EDLNFCAccessKey class
An NFC access key with the necessary credentials to access an NFC chip of an electronic driving licence (EDL).
- Inheritance
-
- Object
- NFCAccessKey
- EDLNFCAccessKey
Constructors
- EDLNFCAccessKey(DocumentType documentType, String mrz)
-
EDLNFCAccessKey.fromJson(Map<
String, dynamic> data) -
Returns a EDLNFCAccessKey type from a JSON
factory
Properties
- documentType → DocumentType
-
no setteroverride
- hashCode → int
-
The hash code for this object.
no setterinherited
- mrz → String
-
Machine Readable Zone
no setter
- 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 EDLNFCAccessKey
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited