products

@JvmName(name = "describeProductsResponseProduct")
fun Flow<DescribeProductsResponse>.products(): Flow<Product>

This paginator transforms the flow returned by describeProductsPaginated to access the nested member Product

Return

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