EncryptedEncodedContent constructor
EncryptedEncodedContent({})
Implementation
EncryptedEncodedContent({
required this.contentDigest,
required this.secret,
required this.salt,
required this.nonce,
required this.payload,
this.contentLength,
this.filename,
});