CopyWith$Input$SearchSimpleProductInput<TRes> constructor

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

Implementation

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