ReactionCount constructor

ReactionCount({
  1. String? reaction,
  2. int? count,
  3. bool? reactedByMe,
})

Constructs a new ReactionCount instance.

Implementation

ReactionCount({this.reaction, this.count, this.reactedByMe});