bool

@get:JvmName(name = "getBool")
@set:JvmName(name = "setBool")
var bool: Boolean
Boolean value for the flag; `true` indicates activation.

bool bool = 2;