routeSummaryList

@JvmName(name = "listRoutesResponseRouteSummary")
fun Flow<ListRoutesResponse>.routeSummaryList(): Flow<RouteSummary>

This paginator transforms the flow returned by listRoutesPaginated to access the nested member RouteSummary

Return

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