CopyWith$Input$PromotionProductsInput<TRes> constructor

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

Implementation

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