CopyWith$Input$FlowFlowActionActionProfilePropertyCustomInput<TRes> constructor

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

Implementation

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