ProductsUiState

constructor(loading: Boolean = true, categories: Map<String, List<Product>> = emptyMap(), error: String? = null)