LikedUser constructor

LikedUser(
  1. String userId,
  2. int emojiId,
  3. String emoji
)

Implementation

LikedUser(this.userId, this.emojiId, this.emoji);