docs: Add documentation string for EncryptedKey

This commit is contained in:
PapaTutuWawa 2022-08-08 14:28:52 +02:00
parent 9a9c9f064b
commit 5a187bae97

View File

@ -35,6 +35,8 @@ class EncryptionResult {
final List<EncryptedKey> encryptedKeys;
}
/// EncryptedKey is the intermediary format of a <key /> element in the OMEMO message's
/// <keys /> header.
@immutable
class EncryptedKey {