UiState

data class UiState(val items: List<CartItem> = emptyList(), val totalCartPrice: Int? = null)

Constructors

Link copied to clipboard
constructor(items: List<CartItem> = emptyList(), totalCartPrice: Int? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val totalCartPrice: Int? = null