CopyWith$Input$UpdateInternalProductInput<TRes> constructor

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

Implementation

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