copyWith method

Implementation

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