CopyWith$Input$CurrencyIdNameType<TRes> constructor

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

Implementation

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