copyWith method
Implementation
GetStickerOutlineSvgPath copyWith({
int? stickerFileId,
bool? forAnimatedEmoji,
bool? forClickedAnimatedEmojiMessage,
}) => GetStickerOutlineSvgPath(
stickerFileId: stickerFileId ?? this.stickerFileId,
forAnimatedEmoji: forAnimatedEmoji ?? this.forAnimatedEmoji,
forClickedAnimatedEmojiMessage:
forClickedAnimatedEmojiMessage ?? this.forClickedAnimatedEmojiMessage,
);