EncryptedScanData constructor
const
EncryptedScanData({})
Implementation
const EncryptedScanData({
required this.ciphertext,
required this.iv,
required this.salt,
required this.encryptedAt,
this.expiresAt,
this.modeHint,
});