ownReactions property

  1. @JsonKey(includeToJson: false)
List<Reaction>? ownReactions
final

The reactions added to the message by the current user.

Implementation

@JsonKey(includeToJson: false)
final List<Reaction>? ownReactions;