copyWith method

EmojiKeywords copyWith({
  1. List<EmojiKeyword>? emojiKeywords,
})

Implementation

EmojiKeywords copyWith({List<EmojiKeyword>? emojiKeywords}) =>
    EmojiKeywords(emojiKeywords: emojiKeywords ?? this.emojiKeywords);