CopyWith$Input$UpdateSimpleProductInput<TRes> constructor

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

Implementation

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