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