oldReaction property

  1. @JsonKey(name: 'old_reaction')
List<ReactionType> get oldReaction
inherited

Previous list of reaction types that were set by the user.

Implementation

@JsonKey(name: 'old_reaction')
List<ReactionType> get oldReaction;