CopyWith$Input$IdentifySourceInput<TRes> constructor

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

Implementation

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