CopyWith$Input$CreateAnyQRCodeCheckoutInput<TRes> constructor

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

Implementation

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