Id

@Serializable
value class Id(val value: Int)

Identifies a widget instance.

Constructors

Link copied to clipboard
constructor(value: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val value: Int