CopyWith$Input$NewPartnershipNetworkInput<TRes> constructor

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

Implementation

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