copyWith method
Implementation
ElicitationRequestScope copyWith({Object? requestId = _acpCopyWithAbsent}) =>
ElicitationRequestScope(
requestId: identical(requestId, _acpCopyWithAbsent)
? this.requestId
: requestId as RequestId,
);