CopyWith$Input$InternalProductAttributeInput<TRes> constructor

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

Implementation

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