copyWith method

EmojiStatusTypeCustomEmoji copyWith({
  1. int? customEmojiId,
})

Implementation

EmojiStatusTypeCustomEmoji copyWith({int? customEmojiId}) =>
    EmojiStatusTypeCustomEmoji(
      customEmojiId: customEmojiId ?? this.customEmojiId,
    );