return original data json
static Emoji create({ String? special_type, }) { Emoji emoji = Emoji({ "@type": special_type, }); return emoji; }