CopyWith$Input$FlowFlowActionActionProfileValueInput<TRes> constructor

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

Implementation

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