brokerSummaries

@JvmName(name = "listBrokersResponseBrokerSummary")
fun Flow<ListBrokersResponse>.brokerSummaries(): Flow<BrokerSummary>

This paginator transforms the flow returned by listBrokersPaginated to access the nested member BrokerSummary

Return

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