EDLNFCAccessKey constructor

EDLNFCAccessKey(
  1. DocumentType documentType,
  2. String mrz
)

Implementation

EDLNFCAccessKey(DocumentType documentType, String mrz) {
  _map["documentType"] = documentType.name;
  _map["mrz"] = mrz;
}