locations

@JvmName(name = "listLocationsResponseLocationModel")
fun Flow<ListLocationsResponse>.locations(): Flow<LocationModel>

This paginator transforms the flow returned by listLocationsPaginated to access the nested member LocationModel

Return

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