reactions property

  1. @JsonKey(defaultValue: [])
List<Reaction>? reactions
read / write

The reactions on the message.

Implementation

@JsonKey(defaultValue: [])
List<Reaction>? reactions;