CartData

data class CartData(val items: List<CartItem>) : ICartInfo

Constructors

Link copied to clipboard
constructor(items: List<CartItem>)

Properties

Link copied to clipboard
open override val items: List<CartItem>