schemas

@JvmName(name = "getInventorySchemaResponseInventoryItemSchema")
fun Flow<GetInventorySchemaResponse>.schemas(): Flow<InventoryItemSchema>

This paginator transforms the flow returned by getInventorySchemaPaginated to access the nested member InventoryItemSchema

Return

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