copyWith method
Implementation
OperationsResponse$Response copyWith({List<OperationsInfo>? operations}) {
return OperationsResponse$Response(
operations: operations ?? this.operations);
}
OperationsResponse$Response copyWith({List<OperationsInfo>? operations}) {
return OperationsResponse$Response(
operations: operations ?? this.operations);
}