copyWith method
Implementation
UploadStickerFile copyWith({
int? userId,
InputSticker? sticker,
}) => UploadStickerFile(
userId: userId ?? this.userId,
sticker: sticker ?? this.sticker,
);
UploadStickerFile copyWith({
int? userId,
InputSticker? sticker,
}) => UploadStickerFile(
userId: userId ?? this.userId,
sticker: sticker ?? this.sticker,
);