rows

@JvmName(name = "queryResponseRow")
fun Flow<QueryResponse>.rows(): Flow<Row>

This paginator transforms the flow returned by queryPaginated to access the nested member Row

Return

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