History

data class History<T>(val previous: T?, val current: T)

Constructors

Link copied to clipboard
constructor(previous: T?, current: T)

Properties

Link copied to clipboard
val current: T
Link copied to clipboard
val previous: T?