EmojiItem constructor

EmojiItem({
  1. String name = '',
  2. String url = '',
  3. String group = '',
  4. String contentType = '',
  5. int size = 0,
})

Implementation

EmojiItem({
  this.name = '',
  this.url = '',
  this.group = '',
  this.contentType = '',
  this.size = 0,
});