newReaction property
New list of reaction types that have been set by the user.
Implementation
@JsonKey(name: 'new_reaction')
List<ReactionType> get newReaction;
New list of reaction types that have been set by the user.
@JsonKey(name: 'new_reaction')
List<ReactionType> get newReaction;