AlarmItem

data class AlarmItem(val time: Long, val message: String)

Constructors

Link copied to clipboard
constructor(time: Long, message: String)

Properties

Link copied to clipboard
Link copied to clipboard
val time: Long