copyWithWrapped method
Implementation
LinkTokenInvestments copyWithWrapped(
{Wrapped<bool?>? allowUnverifiedCryptoWallets}) {
return LinkTokenInvestments(
allowUnverifiedCryptoWallets: (allowUnverifiedCryptoWallets != null
? allowUnverifiedCryptoWallets.value
: this.allowUnverifiedCryptoWallets));
}