CopyWith$Input$WalletOwnerHasEnoughBalanceInput<TRes> constructor

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

Implementation

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