copyWithWrapped method
Implementation
OperationsResponse$Response copyWithWrapped(
{Wrapped<List<OperationsInfo>>? operations}) {
return OperationsResponse$Response(
operations: (operations != null ? operations.value : this.operations));
}