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