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