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