layers

@JvmName(name = "listLayersResponseLayersListItem")
fun Flow<ListLayersResponse>.layers(): Flow<LayersListItem>

This paginator transforms the flow returned by listLayersPaginated to access the nested member LayersListItem

Return

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