EmojiModel constructor

EmojiModel({
  1. String? emoji,
  2. String? name,
  3. String? shortName,
  4. String? unicode,
  5. String? html,
  6. String? category,
})

Implementation

EmojiModel({
  this.emoji,
  this.name,
  this.shortName,
  this.unicode,
  this.html,
  this.category,
});