networks

@JvmName(name = "listNetworksResponseNetwork")
fun Flow<ListNetworksResponse>.networks(): Flow<Network>

This paginator transforms the flow returned by listNetworksPaginated to access the nested member Network

Return

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