CopyWith$Input$CreateInternalProductInput<TRes> constructor

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

Implementation

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