MoveEventType

data class MoveEventType(var eventType: String = "") : EventFilterMutable

Constructors

Link copied to clipboard
constructor(eventType: String = "")

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toImmutable(): EventFilter