CopyWith$Input$PaymentInput<TRes> constructor

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

Implementation

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