copyWith method

Implementation

WebApiModulesPluginsBoxedUpBoxedUpSignUpRequest copyWith(
    {WebApiModulesPluginsBoxedUpBoxedUpSignUpUser? user}) {
  return WebApiModulesPluginsBoxedUpBoxedUpSignUpRequest(
      user: user ?? this.user);
}