WithTimestamp

class WithTimestamp<T : Any>(val value: T, val timestamp: <Error class: unknown class>)

Constructors

Link copied to clipboard
constructor(value: T)
constructor(value: T, timestamp: <Error class: unknown class>)

Properties

Link copied to clipboard
val timestamp: <Error class: unknown class>
Link copied to clipboard
val value: T