copyWith method

Implementation

WebApiModulesPluginsBoxedUpStatusResponseWebApiModulesPluginsBoxedUpRwBoxedUpTokenResponseWebApiModulesPluginsBoxedUpBoxedUpSignUpResponse
    copyWith(
        {bool? success,
        String? statusText,
        WebApiModulesPluginsBoxedUpRwBoxedUpTokenResponseWebApiModulesPluginsBoxedUpBoxedUpSignUpResponse?
            tokenResponse}) {
  return WebApiModulesPluginsBoxedUpStatusResponseWebApiModulesPluginsBoxedUpRwBoxedUpTokenResponseWebApiModulesPluginsBoxedUpBoxedUpSignUpResponse(
      success: success ?? this.success,
      statusText: statusText ?? this.statusText,
      tokenResponse: tokenResponse ?? this.tokenResponse);
}