ReplyReaction constructor

ReplyReaction(
  1. Reaction reaction,
  2. BuildContext context,
  3. Post post
)

Implementation

ReplyReaction(super.reaction, super.context, super.post);