CopyWith$Input$PromotionInput<TRes> constructor

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

Implementation

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