worldSummaries

@JvmName(name = "listWorldsResponseWorldSummary")
fun Flow<ListWorldsResponse>.worldSummaries(): Flow<WorldSummary>

This paginator transforms the flow returned by listWorldsPaginated to access the nested member WorldSummary

Return

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