trails

@JvmName(name = "listTrailsResponseTrailInfo")
fun Flow<ListTrailsResponse>.trails(): Flow<TrailInfo>

This paginator transforms the flow returned by listTrailsPaginated to access the nested member TrailInfo

Return

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