copyWithWrapped method
WebApiModulesPluginsBoxedUpStatusResponseWebApiModulesPluginsBoxedUpRwBoxedUpTokenResponseWebApiModulesPluginsBoxedUpBoxedUpSignUpResponse
copyWithWrapped({})
Implementation
WebApiModulesPluginsBoxedUpStatusResponseWebApiModulesPluginsBoxedUpRwBoxedUpTokenResponseWebApiModulesPluginsBoxedUpBoxedUpSignUpResponse
copyWithWrapped({
Wrapped<bool?>? success,
Wrapped<String?>? statusText,
Wrapped<
WebApiModulesPluginsBoxedUpRwBoxedUpTokenResponseWebApiModulesPluginsBoxedUpBoxedUpSignUpResponse?
>?
tokenResponse,
}) {
return WebApiModulesPluginsBoxedUpStatusResponseWebApiModulesPluginsBoxedUpRwBoxedUpTokenResponseWebApiModulesPluginsBoxedUpBoxedUpSignUpResponse(
success: (success != null ? success.value : this.success),
statusText: (statusText != null ? statusText.value : this.statusText),
tokenResponse: (tokenResponse != null
? tokenResponse.value
: this.tokenResponse),
);
}