catalogItems

@JvmName(name = "listCatalogItemsResponseCatalogItem")
fun Flow<ListCatalogItemsResponse>.catalogItems(): Flow<CatalogItem>

This paginator transforms the flow returned by listCatalogItemsPaginated to access the nested member CatalogItem

Return

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