StateId

data class StateId(val treeId: Int, val globalKey: String, val index: Int)

Constructors

Link copied to clipboard
constructor(treeId: Int, globalKey: String, index: Int)

Properties

Link copied to clipboard
Link copied to clipboard
val index: Int
Link copied to clipboard
val treeId: Int