ReactionOperation constructor
- String userId,
- String reaction,
- ReactionOperate operate
Reaction operation.
Param userId The user ID of the operator.
Param reaction Changed Reaction.
Param operate The Reaction operation type.
Implementation
const ReactionOperation(
this.userId,
this.reaction,
this.operate,
);