CopyWith$Input$TargetCurrencyInput<TRes> constructor

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

Implementation

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