copyWith method
Implementation
AddFavoriteSticker copyWith({
InputFile? sticker,
}) =>
AddFavoriteSticker(
sticker: sticker ?? this.sticker,
);
AddFavoriteSticker copyWith({
InputFile? sticker,
}) =>
AddFavoriteSticker(
sticker: sticker ?? this.sticker,
);