CopyWith$Input$ReduciblePriceInput<TRes> constructor

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

Implementation

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