latestReactions property

  1. @JsonKey(includeIfNull: false, toJson: Serializer.readOnly)
List<Reaction>? latestReactions
final

The latest reactions to the message created by any user.

Implementation

@JsonKey(includeIfNull: false, toJson: Serializer.readOnly)
final List<Reaction>? latestReactions;