RecentEmoji constructor

RecentEmoji(
  1. Emoji emoji,
  2. int counter
)

Constructor

Implementation

RecentEmoji(this.emoji, this.counter);