SingleMessagePointSet
data class SingleMessagePointSet(val isElevator: Boolean, val destinations: HashMap<String, Int>)Constructors
SingleMessagePointSet | constructor(isElevator: Boolean , destinations: HashMap <String , Int >) |
Properties
destinations
val destinations: HashMap<String, Int>isElevator
val isElevator: BooleanLast updated on