CopyWith$Input$ProductAttributeUpdateInput<TRes> constructor

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

Implementation

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