CopyWith$Input$IntegrationIntegrationEndpointsInput<TRes> constructor

CopyWith$Input$IntegrationIntegrationEndpointsInput<TRes>(
  1. Input$IntegrationIntegrationEndpointsInput instance,
  2. TRes then(
    1. Input$IntegrationIntegrationEndpointsInput
    )
)

Implementation

factory CopyWith$Input$IntegrationIntegrationEndpointsInput(
  Input$IntegrationIntegrationEndpointsInput instance,
  TRes Function(Input$IntegrationIntegrationEndpointsInput) then,
) = _CopyWithImpl$Input$IntegrationIntegrationEndpointsInput;