copyWith method
Implementation
SandboxTransferSimulateResponse copyWith({String? requestId}) {
return SandboxTransferSimulateResponse(
requestId: requestId ?? this.requestId);
}
SandboxTransferSimulateResponse copyWith({String? requestId}) {
return SandboxTransferSimulateResponse(
requestId: requestId ?? this.requestId);
}