nodeInfoList

@JvmName(name = "listNodesResponseNodeInfo")
fun Flow<ListNodesResponse>.nodeInfoList(): Flow<NodeInfo>

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

Return

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