CopyWith$Input$InstallmentPaymentInput<TRes> constructor

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

Implementation

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