CopyWith$Input$PaymentImagesSvgInput<TRes> constructor

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

Implementation

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