Item

class Item(val id: Int, val level: Int, val type: PreferenceType, val visible: Boolean)

Constructors

Link copied to clipboard
constructor(id: Int, level: Int, type: PreferenceType, visible: Boolean)

Properties

Link copied to clipboard
val id: Int
Link copied to clipboard
val level: Int
Link copied to clipboard
Link copied to clipboard