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