CategoryEmoji constructor

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

Constructor

Implementation

const CategoryEmoji(this.category, this.emoji);