copyWith method
Implementation
LinkTokenInvestments copyWith({bool? allowUnverifiedCryptoWallets}) {
return LinkTokenInvestments(
allowUnverifiedCryptoWallets:
allowUnverifiedCryptoWallets ?? this.allowUnverifiedCryptoWallets);
}
LinkTokenInvestments copyWith({bool? allowUnverifiedCryptoWallets}) {
return LinkTokenInvestments(
allowUnverifiedCryptoWallets:
allowUnverifiedCryptoWallets ?? this.allowUnverifiedCryptoWallets);
}