CopyWith$Input$CancelCheckoutInput<TRes> constructor

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

Implementation

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