Emoji constructor

Emoji({
  1. CustomEmoji? customEmoji,
  2. String? unicode,
})

Implementation

Emoji({
  this.customEmoji,
  this.unicode,
});