PlayCounter

@Serializable
data class PlayCounter(val value: UInt, val description: String, val updated: Boolean)

Constructors

Link copied to clipboard
constructor(value: UInt, description: String, updated: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val value: UInt