StoreStateChanged

@Serializable
@SerialName(value = "state_change")
data class StoreStateChanged(val from: StoreState, val to: StoreState) : ClientEvent

Constructors

Link copied to clipboard
constructor(from: MVIState, to: MVIState)
constructor(from: StoreState, to: StoreState)

Properties

Link copied to clipboard
Link copied to clipboard