CustomEmoji constructor

CustomEmoji({
  1. String? uid,
})

Implementation

CustomEmoji({
  this.uid,
});