CustomEmoji constructor

CustomEmoji({
  1. String? emojiName,
  2. String? name,
  3. CustomEmojiPayload? payload,
  4. String? temporaryImageUri,
  5. String? uid,
})

Implementation

CustomEmoji({
  this.emojiName,
  this.name,
  this.payload,
  this.temporaryImageUri,
  this.uid,
});