newReaction property

  1. @JsonKey(name: 'new_reaction')
List<ReactionType> get newReaction
inherited

New list of reaction types that have been set by the user.

Implementation

@JsonKey(name: 'new_reaction')
List<ReactionType> get newReaction;