MmTopReaction constructor

MmTopReaction({
  1. String? emojiName,
  2. int? count,
})

Returns a new MmTopReaction instance.

Implementation

MmTopReaction({
  this.emojiName,
  this.count,
});