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