copyWithWrapped method
Implementation
SandboxTransferSimulateResponse copyWithWrapped(
{Wrapped<String>? requestId}) {
return SandboxTransferSimulateResponse(
requestId: (requestId != null ? requestId.value : this.requestId));
}
SandboxTransferSimulateResponse copyWithWrapped(
{Wrapped<String>? requestId}) {
return SandboxTransferSimulateResponse(
requestId: (requestId != null ? requestId.value : this.requestId));
}