copyWithWrapped method
Implementation
InvestmentHoldingsGetRequestOptions copyWithWrapped(
{Wrapped<List<String>?>? accountIds}) {
return InvestmentHoldingsGetRequestOptions(
accountIds: (accountIds != null ? accountIds.value : this.accountIds));
}