CopyWith$Input$PushAmountInput<TRes> constructor

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

Implementation

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