CopyWith$Input$TargetWithGroupInput<TRes> constructor

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

Implementation

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