domainInfos

@JvmName(name = "listDomainsResponseDomainInfo")
fun Flow<ListDomainsResponse>.domainInfos(): Flow<DomainInfo>

This paginator transforms the flow returned by listDomainsPaginated to access the nested member DomainInfo

Return

A kotlinx.coroutines.flow.Flow that can collect DomainInfo