copyWith method
Implementation
ReactionTypeCustomEmoji copyWith({int? customEmojiId}) =>
ReactionTypeCustomEmoji(
customEmojiId: customEmojiId ?? this.customEmojiId,
);
ReactionTypeCustomEmoji copyWith({int? customEmojiId}) =>
ReactionTypeCustomEmoji(
customEmojiId: customEmojiId ?? this.customEmojiId,
);