CANNFCAccessKey constructor

CANNFCAccessKey(
  1. DocumentType documentType,
  2. String can
)

Implementation

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