Nip17EncryptedFile constructor
const
Nip17EncryptedFile({})
Implementation
const Nip17EncryptedFile({
required this.ciphertext,
required this.key,
required this.nonce,
required this.encryptedSha256,
required this.originalSha256,
});