Notification

data class Notification(val event: ClientEvent<*>)

Constructors

Link copied to clipboard
constructor(event: ClientEvent<*>)

Properties

Link copied to clipboard
val event: ClientEvent<*>