CopyWith$Input$CreateCustomInternalProductInput<TRes> constructor

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

Implementation

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