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