CopyWith$Input$WalletTopupInput<TRes> constructor

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

Implementation

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