Item

data class Item(val name: String, val quantity: Int)

Constructors

Link copied to clipboard
constructor(name: String, quantity: Int)

Properties

Link copied to clipboard
Link copied to clipboard