EventParameters

data class EventParameters<T : Any>(val raw: KClass<out T>)

Constructors

Link copied to clipboard
constructor(raw: KClass<out T>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val raw: KClass<out T>
Link copied to clipboard