Training

@Serializable
data class Training(val id: Int, val spent: Int, val done: Boolean)

Data model for training infos

Constructors

Link copied to clipboard
constructor(id: Int, spent: Int, done: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
val id: Int
Link copied to clipboard
val spent: Int