DataPoint

data class DataPoint(id: Long, time: Long, details: String)

Author

Umang Chamaria

Constructors

DataPoint
Link copied to clipboard
fun DataPoint(id: Long, time: Long, details: String)

Properties

details
Link copied to clipboard
val details: String
id
Link copied to clipboard
val id: Long
time
Link copied to clipboard
val time: Long