EmojiKeyword constructor

const EmojiKeyword({
  1. required String keyword,
  2. required List<String> emoticons,
})

Emoji Keyword constructor.

Implementation

const EmojiKeyword({required this.keyword, required this.emoticons})
    : super._();