NfcResultModel constructor

NfcResultModel(
  1. String tagId,
  2. String privateKey
)

Implementation

NfcResultModel(this.tagId, this.privateKey);