boolean constant

VarbindType const boolean

A true or false value

Implementation

static const boolean = VarbindType.fromInt(BOOLEAN);