EmojiReaction constructor

EmojiReaction({
  1. String emoji = '',
  2. String expiresIn = '',
})

Implementation

EmojiReaction({
  this.emoji = '',
  this.expiresIn = '',
});