AnimatedTonedEmojiData constructor
const
AnimatedTonedEmojiData(})
A description of an animated emoji that has variations with different skin tones.
By default, this uses a yellow skin tone.
Implementation
const AnimatedTonedEmojiData(
super.id, {
required super.name,
this.baseId,
this.skinTone,
});