CopyWith$Input$ProductAttributeInput<TRes> constructor

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

Implementation

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