copyWithWrapped method
Implementation
WebApiModulesPluginsBoxedUpBoxedUpSignUpRequest copyWithWrapped({
Wrapped<WebApiModulesPluginsBoxedUpBoxedUpSignUpUser?>? user,
}) {
return WebApiModulesPluginsBoxedUpBoxedUpSignUpRequest(
user: (user != null ? user.value : this.user),
);
}