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
/
CartItem
Cart
Item
data
class
CartItem
(
val
product
:
Product
,
val
qty
:
Int
=
1
)
Representa un ítem dentro del carrito de compras.
Members
Constructors
Cart
Item
Link copied to clipboard
constructor
(
product
:
Product
,
qty
:
Int
=
1
)
Properties
product
Link copied to clipboard
val
product
:
Product
qty
Link copied to clipboard
val
qty
:
Int