FluentEmojiData constructor

const FluentEmojiData({
  1. required String package,
  2. required String group,
  3. required String name,
  4. required String glyph,
  5. required String svgPath,
  6. required String tts,
  7. required String fromVersion,
  8. required List<String>? glyphAsUtfInEmoticons,
  9. required List<String>? keywords,
  10. required List<String>? mappedToEmoticons,
  11. required FluentEmojiSkinTone skinTone,
})

Implementation

const FluentEmojiData({
  required this.package,
  required this.group,
  required this.name,
  required this.glyph,
  required this.svgPath,
  required this.tts,
  required this.fromVersion,
  required this.glyphAsUtfInEmoticons,
  required this.keywords,
  required this.mappedToEmoticons,
  required this.skinTone,
});