brands

@JvmName(name = "listBrandsResponseBrandSummary")
fun Flow<ListBrandsResponse>.brands(): Flow<BrandSummary>

This paginator transforms the flow returned by listBrandsPaginated to access the nested member BrandSummary

Return

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