Emoji constructor
Emoji({
- CustomEmoji? customEmoji,
- String? unicode,
Implementation
Emoji({
this.customEmoji,
this.unicode,
});
Emoji({
this.customEmoji,
this.unicode,
});