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