ReactionForComment constructor
ReactionForComment({
- ReactionValueFormats? reaction,
- List<
String> ? reactionUsers, - int? reactionsFromDeletedUsersCount,
Implementation
ReactionForComment({
this.reaction,
this.reactionUsers,
this.reactionsFromDeletedUsersCount,
});