CategoryEmoji constructor

CategoryEmoji(
  1. Category category,
  2. List<Emoji> emoji
)

Constructor

Implementation

CategoryEmoji(this.category, this.emoji);