reactions property

  1. @JsonKey(defaultValue: [])
List<Reaction>? reactions
getter/setter pair

The reactions on the message.

Implementation

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