forecasts

@JvmName(name = "listForecastsResponseForecastSummary")
fun Flow<ListForecastsResponse>.forecasts(): Flow<ForecastSummary>

This paginator transforms the flow returned by listForecastsPaginated to access the nested member ForecastSummary

Return

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