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