EmojiKeywordDeleted constructor

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

Emoji Keyword Deleted constructor.

Implementation

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