CopyWith$Input$PartnershipNetworkInput<TRes> constructor

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

Implementation

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