State

@Serializable
data class State(val events: List<Event.StateEvent<*>>? = null)

Constructors

Link copied to clipboard
constructor(events: List<Event.StateEvent<*>>? = null)

Properties

Link copied to clipboard
val events: List<Event.StateEvent<*>>? = null