Bool

data class Bool(val value: Boolean) : PropertyValue

Constructors

constructor(value: Boolean)

Properties

Functions