nodes

@JvmName(name = "listNodesResponseNode")
fun Flow<ListNodesResponse>.nodes(): Flow<Node>

This paginator transforms the flow returned by listNodesPaginated to access the nested member Node

Return

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