Stop

@Serializable
data class Stop(val index: Int, val storeId: Uuid) : ServerEvent

Constructors

Link copied to clipboard
constructor(index: Int, storeId: Uuid)

Properties

Link copied to clipboard
val index: Int
Link copied to clipboard
open override val storeId: Uuid