copyWith method

Implementation

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