CartItem

data class CartItem(val productId: String, val quantity: Int = 1)

Constructors

Link copied to clipboard
constructor(productId: String, quantity: Int = 1)

Properties

Link copied to clipboard
Link copied to clipboard
val quantity: Int = 1