ReactionForComment constructor

ReactionForComment({
  1. ReactionValueFormats? reaction,
  2. List<String>? reactionUsers,
  3. int? reactionsFromDeletedUsersCount,
})

Implementation

ReactionForComment({
  this.reaction,
  this.reactionUsers,
  this.reactionsFromDeletedUsersCount,
});