BooleanValue

class BooleanValue(val booleanValue: Boolean) : Value

Represents a boolean value of an input response.

Parameters

booleanValue

The boolean value of the response.

Constructors

Link copied to clipboard
constructor(booleanValue: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard