BooleanValue

data class BooleanValue(val value: Boolean) : ParamValue

Constructors

Link copied to clipboard
constructor(value: Boolean)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open fun toDataItem(): DataItem