CopyWith$Input$InstallmentUpdateInput<TRes> constructor

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

Implementation

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