CopyWith$Input$ProductInput<TRes> constructor

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

Implementation

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