app
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
app
app
/
com.example.reto1_dam_2025_26.viewmodels
/
ProductsUiState
/
ProductsUiState
Products
Ui
State
constructor
(
loading
:
Boolean
=
true
,
categories
:
Map
<
String
,
List
<
Product
>
>
=
emptyMap()
,
error
:
String
?
=
null
)