CopyWith$Input$FlowFlowActionLogicInput<TRes> constructor

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

Implementation

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