[LLC, Persistence] Add doc comments

Signed-off-by: Sahil Kumar <[email protected]>
This commit is contained in:
Sahil Kumar
2021-01-28 19:48:54 +05:30
parent 6e5894eebe
commit 86a122aa23
30 changed files with 154 additions and 68 deletions
@@ -72,7 +72,7 @@ class Message {
@JsonKey(includeIfNull: false, toJson: Serialization.readOnly)
final List<Reaction> ownReactions;
/// The ID of the parent message, if the message is a reply.
/// The ID of the parent message, if the message is a thread reply.
final String parentId;
/// A quoted reply message
@@ -29,7 +29,7 @@ class Reaction {
@JsonKey(includeIfNull: false, toJson: Serialization.readOnly)
final String userId;
/// The score of the reaction (ie. number of reactions sent)
/// Reaction custom extraData
@JsonKey(includeIfNull: false)
final Map<String, dynamic> extraData;