records

@JvmName(name = "getStatementResultResponseFieldList")
fun Flow<GetStatementResultResponse>.records(): Flow<List<Field>>

This paginator transforms the flow returned by getStatementResultPaginated to access the nested member FieldList

Return

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