CopyWith$Input$CreateSimpleProductInput<TRes> constructor

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

Implementation

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