CopyWith$Input$InternalProductAttributeInnerInput<TRes> constructor

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

Implementation

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