CopyWith$Input$WalletTopupPlatformInput<TRes> constructor

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

Implementation

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